[arch-commits] Commit in firetools/repos (community-x86_64 community-x86_64/PKGBUILD)
Daniel Bermond
dbermond at archlinux.org
Tue Oct 1 17:36:34 UTC 2019
Date: Tuesday, October 1, 2019 @ 17:36:33
Author: dbermond
Revision: 512362
archrelease: copy trunk to community-x86_64
Added:
firetools/repos/community-x86_64/
firetools/repos/community-x86_64/PKGBUILD
(from rev 512361, firetools/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: firetools/repos/community-x86_64/PKGBUILD (from rev 512361, firetools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2019-10-01 17:36:33 UTC (rev 512362)
@@ -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