initial commit
Αυτή η υποβολή περιλαμβάνεται σε:
υποβολή
aeefafa1c2
33
quitesimple/adhocify/APKBUILD
Κανονικό αρχείο
33
quitesimple/adhocify/APKBUILD
Κανονικό αρχείο
@ -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"
|
Φόρτωση…
Αναφορά σε νέο ζήτημα
Block a user