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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon May 24 23:22:14 UTC 2021


    Date: Monday, May 24, 2021 @ 23:22:14
  Author: svenstaro
Revision: 944944

archrelease: copy trunk to community-x86_64

Added:
  premake/repos/community-x86_64/PKGBUILD
    (from rev 944943, premake/trunk/PKGBUILD)
Deleted:
  premake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-24 23:22:09 UTC (rev 944943)
+++ PKGBUILD	2021-05-24 23:22:14 UTC (rev 944944)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: revel <revelΘmuub·net>
-# Contributor: Marcos J. S. Magalhaes <mjsmagalhaes ^dot^ insc _at_ gmail ~dot~ com>
-
-pkgname=premake
-pkgver=5.0a15
-_pkgver=5.0.0-alpha15
-pkgrel=1
-pkgdesc="A simple build configuration and project generation tool"
-arch=('x86_64')
-url="https://premake.github.io/"
-license=('BSD')
-depends=('glibc')
-source=("https://github.com/premake/premake-core/releases/download/v${_pkgver}/premake-${_pkgver}-src.zip")
-sha512sums=('1d9e89f77224d1fc191fec55226e13bf3a5c07d310fa79a4d90b284872ec7c52fb68f8e51874c7f9a97e44bc9af35b9fd781b7b06b9268015c5448c49506e9a7')
-
-build() {
-  cd "premake-$_pkgver/build/gmake2.unix"
-
-  make config=release
-}
-
-package() {
-  cd "premake-$_pkgver"
-
-  install -Dm755 "bin/release/premake5" "${pkgdir}/usr/bin/premake5"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: premake/repos/community-x86_64/PKGBUILD (from rev 944943, premake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-24 23:22:14 UTC (rev 944944)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: revel <revelΘmuub·net>
+# Contributor: Marcos J. S. Magalhaes <mjsmagalhaes ^dot^ insc _at_ gmail ~dot~ com>
+
+pkgname=premake
+pkgver=5.0a16
+_pkgver=5.0.0-alpha16
+pkgrel=1
+pkgdesc="A simple build configuration and project generation tool"
+arch=('x86_64')
+url="https://premake.github.io/"
+license=('BSD')
+depends=('glibc')
+source=("https://github.com/premake/premake-core/releases/download/v${_pkgver}/premake-${_pkgver}-src.zip")
+sha512sums=('2b869da4eb0487405289e2274fc8feefa02fb543559e43f2c2c9e869f701a40d78cfc135f679fa00554f2993a5511c8d740a8fe5576914ba8dc8636b75736b5c')
+
+build() {
+  cd "premake-$_pkgver-src/build/gmake2.unix"
+
+  make config=release
+}
+
+package() {
+  cd "premake-$_pkgver-src"
+
+  install -Dm755 "bin/release/premake5" "${pkgdir}/usr/bin/premake5"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list