2020-08-19 14:51:02 +02:00
|
|
|
# Contributor:
|
|
|
|
# Maintainer:
|
|
|
|
pkgname=adhocify
|
|
|
|
pkgver=1.0
|
2020-08-19 15:02:44 +02:00
|
|
|
pkgrel=1
|
2020-08-19 14:51:02 +02:00
|
|
|
pkgdesc="Executes commands upon file system events"
|
|
|
|
url="https://gitea.quitesimple.org/crtxcr/adhocify"
|
|
|
|
arch="all"
|
|
|
|
license="MIT"
|
|
|
|
depends="linux-headers"
|
|
|
|
makedepends=""
|
2020-08-19 15:02:44 +02:00
|
|
|
source="${pkgname}-${pkgver}.tar.gz::https://gitea.quitesimple.org/crtxcr/adhocify/archive/v$pkgver.tar.gz"
|
2020-08-19 14:51:02 +02:00
|
|
|
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"
|