commit 20d800b81701184856de8ceaeb913fde53f592de parent 9edd4794dd467487d6f9ad7225bdd3e600b0ed2a Author: Stefan Koch <programming@stefan-koch.name> Date: Mon, 4 May 2020 21:14:36 +0200 move PKGBUILD to an external repository Diffstat:
D | packages/arch/PKGBUILD | | | 20 | -------------------- |
1 file changed, 0 insertions(+), 20 deletions(-)
diff --git a/packages/arch/PKGBUILD b/packages/arch/PKGBUILD @@ -1,20 +0,0 @@ -pkgname="cinderella" -pkgver=${PKGVER} -pkgrel=1 -pkgdesc="Lightweight continuous integration program" -arch=("x86_64") -license=("MIT") -# Build from local source directory -source=() -# Options to build from Git -#source=("${pkgname}::git+https://github.com/aufziehvogel/cinderella.git#branch=master") -#md5sums=('SKIP') - -build() { - cd .. - cargo build --release --locked -} - -package() { - install -Dm 755 ${srcdir}/../target/release/${pkgname} -t "${pkgdir}/usr/bin" -}