Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ff2c79404 |
3
PKGBUILD
3
PKGBUILD
@@ -43,3 +43,6 @@ package() {
|
|||||||
cd "$_name"
|
cd "$_name"
|
||||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
|
source[0]="$_name.tar.xz"
|
||||||
|
b2sums[0]="SKIP"
|
||||||
|
|||||||
14
_service
Normal file
14
_service
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<services>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="url">https://github.com/openlawlibrary/pygls.git</param>
|
||||||
|
<param name="filename">pygls</param>
|
||||||
|
<param name="revision">refs/tags/v2.0.0</param>
|
||||||
|
<param name="version">_none_</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
</services>
|
||||||
Reference in New Issue
Block a user