initial commit

This commit is contained in:
Albert S. 2020-08-19 14:51:02 +02:00
commit aeefafa1c2
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
# Contributor:
# Maintainer:
pkgname=adhocify
pkgver=1.0
pkgrel=0
pkgdesc="Executes commands upon file system events"
url="https://gitea.quitesimple.org/crtxcr/adhocify"
arch="all"
license="MIT"
depends="linux-headers"
makedepends=""
source="${pkgname}-${pkgver}.tar.gz::https://gitea.quitesimple.org/crtxcr/adhocify/archive/v1.0.tar.gz"
builddir="$srcdir/adhocify"
build() {
# Replace with proper build command(s)
cd "$builddir"
make release
:
}
check() {
# Replace with proper check command(s)
:
}
package() {
# Replace with proper package command(s)
install -m 755 adhocify -D $pkgdir/usr/bin/adhocify
:
}
sha512sums="9bea949f88991ae0d43a6c0ca78ad5cd8f282731764b298293580a461906a94381c03a5689d8e7bbdbc1651ae587edac8f64229df9211aacecfade5eb1324956 adhocify-1.0.tar.gz"