[arch-commits] Commit in (4 files)
Daniel Bermond
dbermond at archlinux.org
Tue Oct 1 17:32:19 UTC 2019
Date: Tuesday, October 1, 2019 @ 17:32:18
Author: dbermond
Revision: 512361
Initial commit of firetools
Added:
firetools/
firetools/repos/
firetools/trunk/
firetools/trunk/PKGBUILD
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Added: firetools/trunk/PKGBUILD
===================================================================
--- firetools/trunk/PKGBUILD (rev 0)
+++ firetools/trunk/PKGBUILD 2019-10-01 17:32:18 UTC (rev 512361)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+# Contributor: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firetools
+pkgver=0.9.58
+pkgrel=2
+pkgdesc='Graphical user interface of Firejail'
+arch=('x86_64')
+url='https://firejail.wordpress.com/'
+license=('GPL')
+depends=('gcc-libs' 'firejail' 'qt5-base')
+source=("https://sourceforge.net/projects/firejail/files/firetools/${pkgname}-${pkgver}.tar.xz"{,.asc})
+#source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/netblue30/firetools/archive/${pkgver}.tar.gz")
+sha256sums=('0122e2a45d8f2e871235d81623a352d89874125ee7e2659a0880fcb7227e09a9'
+ 'SKIP')
+validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7') # netblue (firejail key)
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ ./configure --prefix='/usr'
+
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list