mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: pet-1.0.1
This commit is contained in:
parent
dc8576198a
commit
a12e624079
1 changed files with 18 additions and 0 deletions
18
srcpkgs/pet/template
Normal file
18
srcpkgs/pet/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue