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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:28:51 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:28:51
  Author: felixonmars
Revision: 659262

archrelease: copy trunk to community-staging-x86_64

Added:
  premake3/repos/community-staging-x86_64/
  premake3/repos/community-staging-x86_64/PKGBUILD
    (from rev 659261, premake3/trunk/PKGBUILD)

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

Copied: premake3/repos/community-staging-x86_64/PKGBUILD (from rev 659261, premake3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:28:51 UTC (rev 659262)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Anders Bergh <anders1 at gmail.com>
+# Contributor: Mildred <silkensedai at online.fr>
+# Contributor: Daniel J Griffiths <griffithsdj at archlinux.us>
+
+pkgname=premake3
+pkgver=3.7
+pkgrel=5
+pkgdesc="A simple build configuration and project generation tool using lua"
+arch=('x86_64')
+url="http://premake.sourceforge.net"
+license=('GPL')
+makedepends=()
+source=("https://downloads.sourceforge.net/sourceforge/premake/premake-src-${pkgver}.zip")
+sha512sums=('351b26b9ee738e97b1828e7c26fe1538fb1509fbdc030da3d87fc28b1daa7966bc50ba8043062d35b37fa3929d909533b723241e1f98e438a039c6f9d61a46f4')
+
+build() {
+	cd ${srcdir}/Premake-${pkgver}
+
+	make
+}
+
+package() {
+	cd ${srcdir}/Premake-${pkgver}
+
+	install -Dm755 bin/premake ${pkgdir}/usr/bin/premake
+}



More information about the arch-commits mailing list