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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Sun Apr 10 18:56:28 UTC 2022


    Date: Sunday, April 10, 2022 @ 18:56:27
  Author: alex19ep
Revision: 1185753

archrelease: copy trunk to community-any

Added:
  esh/repos/community-any/PKGBUILD
    (from rev 1185752, esh/trunk/PKGBUILD)
Deleted:
  esh/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-10 18:56:23 UTC (rev 1185752)
+++ PKGBUILD	2022-04-10 18:56:27 UTC (rev 1185753)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
-
-pkgname=esh
-pkgver=0.3.1
-pkgrel=1
-pkgdesc="Simple templating engine based on shell"
-arch=('any')
-url="https://github.com/jirutka/esh"
-license=('MIT')
-depends=('gawk' 'sed')
-makedepends=('asciidoctor')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jirutka/esh/archive/v${pkgver}/esh-${pkgver}.tar.gz")
-sha512sums=('a29f8b028ceba305c8a37f2df20be95701fa3bdaeefd9853e05cc6423a6c685b33954deabda9af25c31baeae2321084e2a2badee216010c8efd75e58888effa3')
-b2sums=('b74ede2dd932c25cd75c16429b09a9767538eb76a248453335bfc0179604f18a959ac0d1f6420ca99d44d505e04af50c76e32353d4dd0147a3453c0685f4f798')
-
-build() {
-	cd "$pkgname-$pkgver"
-	make man
-}
-
-check() {
-	cd "$pkgname-$pkgver"
-	make test
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-	make prefix=/usr/ DESTDIR="$pkgdir/" install
-	install -vDm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: esh/repos/community-any/PKGBUILD (from rev 1185752, esh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-10 18:56:27 UTC (rev 1185753)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
+
+pkgname=esh
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="Simple templating engine based on shell"
+arch=('any')
+url="https://github.com/jirutka/esh"
+license=('MIT')
+depends=('gawk' 'sed')
+makedepends=('asciidoctor')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jirutka/esh/archive/v${pkgver}/esh-${pkgver}.tar.gz")
+sha512sums=('f93835f0c28b75fa4b4ab2fdccd860050e4dde25634074065b182f289dd36d05074c7a5762f6cd35f409ae2ef239de5e0799af70ec6a96ba63df50fc8c123784')
+b2sums=('3e979edc98192e52ef0bacfb069d3a53d29303a361ba9e26e71e08079690c26a6448c4837b5c7ccebfbadad23c25dc0547931143bd0dbc5e30c30c5d3e229914')
+
+build() {
+	cd "$pkgname-$pkgver"
+	make man
+}
+
+check() {
+	cd "$pkgname-$pkgver"
+	make test
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make prefix=/usr/ DESTDIR="$pkgdir/" install
+	install -vDm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



More information about the arch-commits mailing list