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

David Runge dvzrv at archlinux.org
Fri Apr 23 08:03:34 UTC 2021


    Date: Friday, April 23, 2021 @ 08:03:34
  Author: dvzrv
Revision: 413760

archrelease: copy trunk to testing-any

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

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

Copied: arch-install-scripts/repos/testing-any/PKGBUILD (from rev 413759, arch-install-scripts/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2021-04-23 08:03:34 UTC (rev 413760)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=arch-install-scripts
+pkgver=24
+pkgrel=1
+pkgdesc="Scripts to aid in installing Arch Linux"
+arch=('any')
+url="https://projects.archlinux.org/arch-install-scripts.git"
+license=('GPL2')
+depends=('awk' 'bash' 'coreutils' 'pacman' 'util-linux')
+makedepends=('asciidoc' 'git')
+source=("git+https://projects.archlinux.org/arch-install-scripts.git?signed#tag=v$pkgver")
+validpgpkeys=(
+  'BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B'  # Eli Schwartz
+)
+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