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

Christian Rebischke shibumi at archlinux.org
Sat Jan 18 10:25:47 UTC 2020


    Date: Saturday, January 18, 2020 @ 10:25:47
  Author: shibumi
Revision: 552970

archrelease: copy trunk to community-x86_64

Added:
  yaegi/repos/community-x86_64/PKGBUILD
    (from rev 552969, yaegi/trunk/PKGBUILD)
Deleted:
  yaegi/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-18 10:25:38 UTC (rev 552969)
+++ PKGBUILD	2020-01-18 10:25:47 UTC (rev 552970)
@@ -1,24 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor: navigaid <navigaid at gmail.com>
-pkgname=yaegi
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='Yet another Elegant Go Interpreter'
-arch=('x86_64')
-url='https://github.com/containous/yaegi'
-license=('Apache')
-makedepends=('go-pie')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz")
-sha512sums=('5be7bc27af6e37e092f76d8d770ba415ec0241eccd39328cc21aa20eb078e8621ac23b7bd2b48c93f285d3e43dffa43fabaf697593439bbaf9aab813011b97cf')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" ./cmd/yaegi
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 yaegi "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: yaegi/repos/community-x86_64/PKGBUILD (from rev 552969, yaegi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-18 10:25:47 UTC (rev 552970)
@@ -0,0 +1,24 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: navigaid <navigaid at gmail.com>
+pkgname=yaegi
+pkgver=0.7.4
+pkgrel=1
+pkgdesc='Yet another Elegant Go Interpreter'
+arch=('x86_64')
+url='https://github.com/containous/yaegi'
+license=('Apache')
+makedepends=('go-pie')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz")
+sha512sums=('667836d976668ac0ce52dec4d597662da70816a55941f3b8d6dc614001788b339eab73cd428258947f327614ba88455bf14ff13d6e4acf39b471d23abcc5b1ac')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}" ./cmd/yaegi
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 yaegi "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list