forked from vieter-v/vieter
fix(ci): only download PKGBUILD instead of cloning entire repo
This commit is contained in:
parent
4a47c7bbdc
commit
60598f719c
2 changed files with 6 additions and 2 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -14,6 +14,7 @@ md5sums=('SKIP')
|
|||
|
||||
pkgver() {
|
||||
cd "$pkgname"
|
||||
|
||||
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
|
||||
}
|
||||
|
||||
|
|
@ -25,7 +26,7 @@ build() {
|
|||
|
||||
package() {
|
||||
pkgdesc="Vieter is a lightweight implementation of an Arch repository server."
|
||||
install -dm755 "$pkgdir/usr/bin"
|
||||
|
||||
install -dm755 "$pkgdir/usr/bin"
|
||||
install -Dm755 "$pkgbase/pvieter" "$pkgdir/usr/bin/vieter"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue