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

Dave Reisner dreisner at archlinux.org
Tue Oct 16 17:02:38 UTC 2018


    Date: Tuesday, October 16, 2018 @ 17:02:37
  Author: dreisner
Revision: 336767

archrelease: copy trunk to testing-any

Added:
  arch-install-scripts/repos/testing-any/
  arch-install-scripts/repos/testing-any/PKGBUILD
    (from rev 336766, arch-install-scripts/trunk/PKGBUILD)

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

Copied: arch-install-scripts/repos/testing-any/PKGBUILD (from rev 336766, arch-install-scripts/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2018-10-16 17:02:37 UTC (rev 336767)
@@ -0,0 +1,32 @@
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=arch-install-scripts
+pkgver=20
+pkgrel=1
+pkgdesc="Scripts to aid in installing Arch Linux"
+arch=('any')
+url="https://projects.archlinux.org/arch-install-scripts.git"
+license=('GPL')
+depends=('awk' 'bash' 'coreutils' 'pacman' 'util-linux')
+makedepends=('git')
+source=("git+https://projects.archlinux.org/arch-install-scripts.git?signed#tag=v$pkgver")
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+md5sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe | sed s,^v,,
+}
+
+build() {
+  make -C "$pkgname"
+}
+
+check() {
+  make -C "$pkgname" check
+}
+
+package() {
+  make -C "$pkgname" PREFIX=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list