mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
New package: doggo-1.0.5
This commit is contained in:
parent
2e9c177788
commit
dc8576198a
1 changed files with 14 additions and 0 deletions
14
srcpkgs/doggo/template
Normal file
14
srcpkgs/doggo/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'doggo'
|
||||
pkgname=doggo
|
||||
version=1.0.5
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/mr-karan/doggo
|
||||
go_package="${go_import_path}/cmd/doggo"
|
||||
go_ldflags="-X main.Version=${version}"
|
||||
short_desc="Command-line DNS client for humans"
|
||||
maintainer="klardotsh <josh@klar.sh>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/mr-karan/doggo"
|
||||
distfiles="https://github.com/mr-karan/doggo/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=92a34f5510a48ab657a980c39edf907c17e96e88a476187d5b57a8cef3becd5b
|
Loading…
Add table
Reference in a new issue