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

Christian Rebischke shibumi at archlinux.org
Fri Mar 6 16:29:09 UTC 2020


    Date: Friday, March 6, 2020 @ 16:29:08
  Author: shibumi
Revision: 591033

archrelease: copy trunk to community-x86_64

Added:
  mkcert/repos/community-x86_64/PKGBUILD
    (from rev 591032, mkcert/trunk/PKGBUILD)
Deleted:
  mkcert/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++++--------------------------
 1 file changed, 31 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-06 16:29:00 UTC (rev 591032)
+++ PKGBUILD	2020-03-06 16:29:08 UTC (rev 591033)
@@ -1,26 +0,0 @@
-# Maintainer : Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor: Simon Legner <Simon.Legner at gmail.com>
-
-pkgname=mkcert
-_package="github.com/FiloSottile/${pkgname}"
-pkgver=1.4.1
-pkgrel=2
-pkgdesc="Simple tool for making locally-trusted development certificates"
-arch=('x86_64')
-url="https://github.com/FiloSottile/mkcert"
-license=('BSD')
-makedepends=('go-pie' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FiloSottile/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('23b008a06ba594f7f5a82b12d00dc129d237421f776bcbf4be04e61a99fa92d49977a616846de45ef98292e31d28bbd543bec70566d14ecfceccee8bbe49038f')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mkcert/repos/community-x86_64/PKGBUILD (from rev 591032, mkcert/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-06 16:29:08 UTC (rev 591033)
@@ -0,0 +1,31 @@
+# Maintainer : Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: Simon Legner <Simon.Legner at gmail.com>
+
+pkgname=mkcert
+_package="github.com/FiloSottile/${pkgname}"
+pkgver=1.4.1
+pkgrel=3
+pkgdesc="Simple tool for making locally-trusted development certificates"
+arch=('x86_64')
+url="https://github.com/FiloSottile/mkcert"
+license=('BSD')
+makedepends=('go-pie' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FiloSottile/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('23b008a06ba594f7f5a82b12d00dc129d237421f776bcbf4be04e61a99fa92d49977a616846de45ef98292e31d28bbd543bec70566d14ecfceccee8bbe49038f')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list