New package: pet-1.0.1

This commit is contained in:
Mihail Ivanchev 2024-06-24 16:53:56 +02:00 committed by Duncan Overbruck
parent dc8576198a
commit a12e624079

18
srcpkgs/pet/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'pet'
pkgname=pet
version=1.0.1
revision=1
build_style=go
go_import_path="github.com/knqyf263/pet"
go_ldflags="-X ${go_import_path}/cmd.version=${version}"
short_desc="Simple command-line snippet manager"
maintainer="Mihail Ivanchev <contact@ivanchev.net>"
license="MIT"
homepage="https://github.com/knqyf263/pet"
changelog="https://github.com/knqyf263/pet/releases"
distfiles="https://github.com/knqyf263/pet/archive/refs/tags/v${version}.tar.gz"
checksum=b829628445b8a7039f0211fd74decee41ee5eb1c28417a4c8d8fca99de59091f
post_install() {
vlicense LICENSE
}