[arch-commits] Commit in icmake (3 files)
Baptiste Jonglez
zorun at archlinux.org
Sat Jul 7 10:52:25 UTC 2018
Date: Saturday, July 7, 2018 @ 10:52:25
Author: zorun
Revision: 353953
archrelease: copy trunk to community-x86_64
Added:
icmake/repos/
icmake/repos/community-x86_64/
icmake/repos/community-x86_64/PKGBUILD
(from rev 353952, icmake/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: icmake/repos/community-x86_64/PKGBUILD (from rev 353952, icmake/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-07-07 10:52:25 UTC (rev 353953)
@@ -0,0 +1,28 @@
+# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor: Andreas Wagner <andreas.wagner at lowfatcomputing.org>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+
+pkgname=icmake
+pkgver=9.02.08
+pkgrel=1
+pkgdesc='A program maintenance (make) utility using a C-like grammar'
+arch=('x86_64')
+url='https://fbb-git.gitlab.io/icmake/'
+license=('GPL3')
+source=("https://gitlab.com/fbb-git/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('eeabc5b0611661749b584cce3a22c6a5b811e0467f764df6990a1791e6605ac1')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+ ./icm_prepare /
+ ./icm_bootstrap /
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+
+ ./icm_install all "${pkgdir}"
+}
+
More information about the arch-commits
mailing list