[arch-commits] Commit in mescc-tools/trunk (PKGBUILD)

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


    Date: Wednesday, December 4, 2019 @ 16:11:48
  Author: jelle
Revision: 370392

upgpkg: mescc-tools 0.6.1-1

Initial commit

Added:
  mescc-tools/trunk/PKGBUILD

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

Added: PKGBUILD
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-04 16:11:48 UTC (rev 370392)
@@ -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