[arch-commits] Commit in premake/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 18:04:36 UTC 2020


    Date: Tuesday, July 7, 2020 @ 18:04:36
  Author: felixonmars
Revision: 659970

archrelease: copy trunk to community-staging-x86_64

Added:
  premake/repos/community-staging-x86_64/
  premake/repos/community-staging-x86_64/PKGBUILD
    (from rev 659969, premake/trunk/PKGBUILD)

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

Copied: premake/repos/community-staging-x86_64/PKGBUILD (from rev 659969, premake/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 18:04:36 UTC (rev 659970)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: revel <revelΘmuub·net>
+# Contributor: Marcos J. S. Magalhaes <mjsmagalhaes ^dot^ insc _at_ gmail ~dot~ com>
+
+pkgname=premake
+pkgver=4.3
+pkgrel=6
+pkgdesc="A simple build configuration and project generation tool using lua"
+arch=('x86_64')
+url="http://industriousone.com/premake"
+license=('BSD')
+provides=("premake4")
+source=("https://downloads.sourceforge.net/project/premake/Premake/$pkgver/premake-$pkgver-src.zip")
+sha512sums=('df3a4f1e04afb6ae9acf06c063b084a4bcc7c48a98eebeb242eafef40de4097c6a6fe549369d9538b93efea35244222b9d26c15824f126a67b8f80abaecdf001')
+
+build() {
+  cd "$srcdir/premake-$pkgver/build/gmake.unix"
+
+  make
+}
+
+package() {
+  cd "$srcdir/premake-$pkgver"
+
+  install -Dm755 "bin/release/premake4" "${pkgdir}/usr/bin/premake4"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list