[arch-commits] Commit in mkcert/trunk (PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Fri Mar 6 16:29:01 UTC 2020
Date: Friday, March 6, 2020 @ 16:29:00
Author: shibumi
Revision: 591032
upgpkg: mkcert 1.4.1-3 Go-1.14 rebuild
Modified:
mkcert/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-06 16:00:01 UTC (rev 591031)
+++ PKGBUILD 2020-03-06 16:29:00 UTC (rev 591032)
@@ -4,7 +4,7 @@
pkgname=mkcert
_package="github.com/FiloSottile/${pkgname}"
pkgver=1.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="Simple tool for making locally-trusted development certificates"
arch=('x86_64')
url="https://github.com/FiloSottile/mkcert"
@@ -19,6 +19,11 @@
go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
}
+check() {
+ cd "${pkgname}-${pkgver}"
+ go test ./...
+}
+
package() {
cd "${pkgname}-${pkgver}"
install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
More information about the arch-commits
mailing list