Move PKGBUILD to contrib dir

This commit is contained in:
nxshock
2021-04-03 17:53:28 +05:00
parent 9029d88707
commit a0cfaa0df4
2 changed files with 1 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
pkgname=alfis
pkgver=0.3.12
pkgrel=1
pkgdesc="Alternative Free Identity System"
arch=('x86_64')
license=('AGPL3')
url='https://github.com/Revertron/Alfis'
depends=('webkit2gtk')
backup=("etc/$pkgname.conf")
source=("https://github.com/Revertron/Alfis/releases/download/v${pkgver}/alfis-linux-amd64-v${pkgver}.zip")
sha256sums=('SKIP')
package() {
cd "$srcdir"
install -Dm 755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm 644 "$pkgname.conf" "$pkgdir/etc/$pkgname.conf"
}