qubes-app-linux-druide-antidote: new aport
This commit is contained in:
parent
6d48b785ff
commit
b2d3f186f4
1 changed files with 22 additions and 0 deletions
22
qubes-app-linux-druide-antidote/APKBUILD
Normal file
22
qubes-app-linux-druide-antidote/APKBUILD
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
pkgname=qubes-app-linux-druide-antidote
|
||||||
|
pkgver=0.0.1_git20240201
|
||||||
|
_gittag=c724c88aa2a20b1e422b464499015ff05753316d
|
||||||
|
pkgrel=0
|
||||||
|
arch="noarch"
|
||||||
|
pkgdesc="Qubes Druide-Antidote is a Qubes Application. It send a file to the Antidote Qube, invoke Antidote, and retrieve the file"
|
||||||
|
url=https://github.com/neowutran/qubes-app-linux-druide-antidote
|
||||||
|
license="GPL-3.0-only"
|
||||||
|
source="$pkgname-$_gittag.tar.gz::https://github.com/neowutran/qubes-app-linux-druide-antidote/archive/$_gittag.tar.gz"
|
||||||
|
depends="bash"
|
||||||
|
makedepends="pandoc"
|
||||||
|
builddir="$srcdir"/$pkgname-$_gittag
|
||||||
|
|
||||||
|
check(){
|
||||||
|
tests/all
|
||||||
|
}
|
||||||
|
package() {
|
||||||
|
make install-vm DESTDIR="$pkgdir/"
|
||||||
|
}
|
||||||
|
sha512sums="
|
||||||
|
e3597804bdcea25b2938aa325dfe9495f5bcde47c8515c7680c19882120e065d0a9ef8d120545ff3c9966b84a329cf87c5b993380510311ec8b5d9f5a8b35833 qubes-app-linux-druide-antidote-c724c88aa2a20b1e422b464499015ff05753316d.tar.gz
|
||||||
|
"
|
Loading…
Reference in a new issue