[arch-commits] Commit in arch-install-scripts/repos (3 files)

Morten Linderud foxboron at gemini.archlinux.org
Sun Jul 3 12:13:20 UTC 2022


    Date: Sunday, July 3, 2022 @ 12:13:19
  Author: foxboron
Revision: 449823

archrelease: copy trunk to testing-any

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

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

Copied: arch-install-scripts/repos/testing-any/PKGBUILD (from rev 449822, arch-install-scripts/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2022-07-03 12:13:19 UTC (rev 449823)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=arch-install-scripts
+pkgver=25
+pkgrel=1
+pkgdesc="Scripts to aid in installing Arch Linux"
+arch=('any')
+url="https://github.com/archlinux/arch-install-scripts"
+license=('GPL2')
+depends=('awk' 'bash' 'coreutils' 'pacman' 'util-linux')
+makedepends=('asciidoc' 'git')
+source=("git+https://github.com/archlinux/arch-install-scripts#tag=v${pkgver}?signed")
+validpgpkeys=(
+  'BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B'  # Eli Schwartz
+  'C100346676634E80C940FB9E9C02FF419FECBE16'  # MortenLinderud
+)
+sha256sums=('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