[arch-commits] Commit in asp/repos (testing-any testing-any/PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Sep 7 13:34:45 UTC 2020


    Date: Monday, September 7, 2020 @ 13:34:44
  Author: eworm
Revision: 395545

archrelease: copy trunk to testing-any

Added:
  asp/repos/testing-any/
  asp/repos/testing-any/PKGBUILD
    (from rev 395544, asp/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: asp/repos/testing-any/PKGBUILD (from rev 395544, asp/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2020-09-07 13:34:44 UTC (rev 395545)
@@ -0,0 +1,25 @@
+# Maintainer: Dave Reisner <d at falconindy.com>
+
+pkgname=asp
+pkgver=6
+pkgrel=2
+pkgdesc="Arch Linux build source file management tool"
+arch=(any)
+url="https://github.com/falconindy/asp"
+license=(MIT)
+depends=(awk bash jq git libarchive)
+makedepends=(asciidoc)
+source=("git+https://github.com/falconindy/asp.git#tag=v$pkgver?signed")
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+md5sums=('SKIP')
+
+build() {
+  make -C asp
+}
+
+package() {
+  make -C asp PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 asp/LICENSE "$pkgdir/usr/share/licenses/asp/LICENSE"
+}
+
+# vim: ft=sh syn=sh et



More information about the arch-commits mailing list