[arch-commits] Commit in mescc-tools/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Feb 3 13:25:22 UTC 2020


    Date: Monday, February 3, 2020 @ 13:25:21
  Author: jelle
Revision: 374525

archrelease: copy trunk to extra-x86_64

Added:
  mescc-tools/repos/extra-x86_64/PKGBUILD
    (from rev 374524, mescc-tools/trunk/PKGBUILD)
Deleted:
  mescc-tools/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   51 +++++++++++++++++++++++++++++----------------------
 1 file changed, 29 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-03 13:25:11 UTC (rev 374524)
+++ PKGBUILD	2020-02-03 13:25:21 UTC (rev 374525)
@@ -1,22 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=mescc-tools
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="tools for binary bootstrapping"
-arch=(x86_64)
-license=('GPL')
-url="https://github.com/oriansj/mescc-tools"
-depends=(glibc)
-source=("https://github.com/oriansj/mescc-tools/archive/Release_0.6.1.tar.gz")
-sha256sums=('56f02bb9c92c6569197ec91246e366048efd47e32d9365a812f64bd70dde571a')
-
-build() {
-  cd mescc-tools-Release_$pkgver
-  make
-}
-
-package() {
-  cd mescc-tools-Release_$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir install
-}

Copied: mescc-tools/repos/extra-x86_64/PKGBUILD (from rev 374524, mescc-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-03 13:25:21 UTC (rev 374525)
@@ -0,0 +1,29 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=mescc-tools
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="tools for binary bootstrapping"
+arch=(x86_64)
+license=('GPL')
+url="https://github.com/oriansj/mescc-tools"
+makedepends=(git)
+depends=(glibc)
+source=(git+https://github.com/oriansj/mescc-tools.git#commit=3df4848f689bcd4a9f88e17785b6d3e4dc640c01)
+sha256sums=('SKIP')
+validpgpkeys=("CA1132DD2BA1E81AC10C95D35410E91C14959E87")
+
+build() {
+  cd mescc-tools
+  make
+}
+
+check() {
+  cd mescc-tools
+  make test
+}
+
+package() {
+  cd mescc-tools
+  make PREFIX=/usr DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list