Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: mkcert-1.4.4 #54102

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions srcpkgs/mkcert/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'mkcert'
pkgname=mkcert
version=1.4.4
revision=1
build_style=go
go_import_path="github.com/FiloSottile/${pkgname}"
short_desc="Simple zero-config tool to make locally trusted development certificates"
maintainer="elbachir-one <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://github.com/FiloSottile/mkcert"
distfiles="https://github.com/FiloSottile/mkcert/archive/refs/tags/v${version}.tar.gz"
checksum=32bd5519581bf0b03f53e5b22721692b99f39ab5b161dc27532c51eafa512ca9

do_build() {
go build -o mkcert .
}

do_install() {
install -Dm755 mkcert "$DESTDIR"/usr/bin/mkcert
}
Loading