[arch-commits] Commit in enjarify/repos/community-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Tue Mar 29 15:14:34 UTC 2016


    Date: Tuesday, March 29, 2016 @ 17:14:34
  Author: anthraxx
Revision: 168776

archrelease: copy trunk to community-any

Added:
  enjarify/repos/community-any/PKGBUILD
    (from rev 168775, enjarify/trunk/PKGBUILD)
Deleted:
  enjarify/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-29 15:14:28 UTC (rev 168775)
+++ PKGBUILD	2016-03-29 15:14:34 UTC (rev 168776)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Lance Chen <cyen0312 at gmail.com>
-
-pkgname=enjarify
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Translates Dalvik bytecode to equivalent Java bytecode"
-url="https://github.com/google/enjarify"
-arch=('any')
-license=('Apache')
-depends=("python")
-makedepends=('git')
-checkdepends=('java-runtime')
-source=(${pkgname}::"git+https://github.com/google/enjarify#tag=${pkgver}")
-sha512sums=('SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -r 's| -Xss515m||g' -i enjarify/runtests.py
-}
-
-build() {
-  cd ${pkgname}
-  python -m compileall .
-  python -O -m compileall .
-}
-
-check() {
-  cd ${pkgname}
-  LC_CTYPE=en_US.UTF-8 python -m enjarify.runtests
-}
-
-package() {
-  cd ${pkgname}
-  install -d "${pkgdir}/usr/lib/enjarify"
-  cp -R enjarify enjarify.sh "${pkgdir}/usr/lib/enjarify"
-  install -d "${pkgdir}/usr/bin"
-  ln -s /usr/lib/enjarify/enjarify.sh "${pkgdir}/usr/bin/enjarify"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: enjarify/repos/community-any/PKGBUILD (from rev 168775, enjarify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-29 15:14:34 UTC (rev 168776)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Lance Chen <cyen0312 at gmail.com>
+
+pkgname=enjarify
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Translates Dalvik bytecode to equivalent Java bytecode"
+url="https://github.com/google/enjarify"
+arch=('any')
+license=('Apache')
+depends=("python")
+makedepends=('git')
+checkdepends=('java-runtime')
+source=(${pkgname}::"git+https://github.com/google/enjarify#tag=${pkgver}")
+sha512sums=('SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -r 's| -Xss515m||g' -i enjarify/runtests.py
+}
+
+build() {
+  cd ${pkgname}
+  python -m compileall .
+  python -O -m compileall .
+}
+
+check() {
+  cd ${pkgname}
+  LC_CTYPE=en_US.UTF-8 python -m enjarify.runtests
+}
+
+package() {
+  cd ${pkgname}
+  install -d "${pkgdir}/usr/lib/enjarify"
+  cp -R enjarify enjarify.sh "${pkgdir}/usr/lib/enjarify"
+  install -d "${pkgdir}/usr/bin"
+  ln -s /usr/lib/enjarify/enjarify.sh "${pkgdir}/usr/bin/enjarify"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list