summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2020-02-01 20:13:47 +0100
committerAndreas Grapentin <andreas@grapentin.org>2020-02-01 20:13:47 +0100
commit8e4ef1960ab227549c900dab659740f33053f17b (patch)
tree4a794360168e8ad766e8c91dc7eb171ca31b8095
parentcaadc99c4cafc5719ea1f4597b7289e9293649e7 (diff)
libre/parabola-keyring: I'm debuggin this in the autobuilder. sorry for commit noise.
-rw-r--r--libre/parabola-keyring/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/libre/parabola-keyring/PKGBUILD b/libre/parabola-keyring/PKGBUILD
index 28c884ae6..0cb698d25 100644
--- a/libre/parabola-keyring/PKGBUILD
+++ b/libre/parabola-keyring/PKGBUILD
@@ -13,14 +13,18 @@ source=("hackers-${_gitver}::git://git.parabola.nu/hackers.git#commit=${_gitver}
sha512sums=('SKIP')
makedepends=('parabola-hackers' 'git')
-package() {
+prepare() {
cd "$srcdir"
mv {,.}hackers-$_gitver
mkdir .cachedir
+ export PARABOLA_HACKERS_YAMLDIR="$PWD/.hackers-$_gitver/users"
/usr/lib/parabola-hackers/pacman-make-keyring \
V="$pkgver" \
- PARABOLA_HACKERS_YAMLDIR="$PWD/.hackers-$_gitver/users" \
cachedir="$PWD/.cachedir"
+}
+
+package() {
+ cd "$srcdir"
bsdtar xf "$pkgname-$pkgver.tar.gz"
cd "$srcdir/$pkgname-$pkgver"
make PREFIX=/usr DESTDIR="${pkgdir}" install