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

Jelle van der Waa jelle at archlinux.org
Wed Dec 4 16:12:00 UTC 2019


    Date: Wednesday, December 4, 2019 @ 16:11:59
  Author: jelle
Revision: 370393

archrelease: copy trunk to extra-x86_64

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

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

Copied: mescc-tools/repos/extra-x86_64/PKGBUILD (from rev 370392, mescc-tools/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2019-12-04 16:11:59 UTC (rev 370393)
@@ -0,0 +1,22 @@
+# 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
+}



More information about the arch-commits mailing list