[arch-commits] Commit in premake3/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 4 14:59:34 UTC 2018


    Date: Monday, June 4, 2018 @ 14:59:33
  Author: felixonmars
Revision: 340395

archrelease: copy trunk to community-x86_64

Added:
  premake3/repos/community-x86_64/PKGBUILD
    (from rev 340394, premake3/trunk/PKGBUILD)
Deleted:
  premake3/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 14:54:56 UTC (rev 340394)
+++ PKGBUILD	2018-06-04 14:59:33 UTC (rev 340395)
@@ -1,28 +0,0 @@
-# $Id$
-# 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=4
-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
-}

Copied: premake3/repos/community-x86_64/PKGBUILD (from rev 340394, premake3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 14:59:33 UTC (rev 340395)
@@ -0,0 +1,28 @@
+# $Id$
+# 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=4
+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