mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: cordless-2019-11-19
This commit is contained in:
parent
57483ec341
commit
68c7e2732a
1 changed files with 18 additions and 0 deletions
18
srcpkgs/cordless/template
Normal file
18
srcpkgs/cordless/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'cordless'
|
||||||
|
pkgname=cordless
|
||||||
|
version=2019.11.19
|
||||||
|
revision=1
|
||||||
|
wrksrc="cordless-${version//./-}"
|
||||||
|
build_style=go
|
||||||
|
go_import_path=github.com/Bios-Marcel/cordless
|
||||||
|
hostmakedepends="git"
|
||||||
|
short_desc="Command-line discord client"
|
||||||
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/Bios-Marcel/cordless"
|
||||||
|
distfiles="https://github.com/Bios-Marcel/cordless/archive/${version//./-}.tar.gz"
|
||||||
|
checksum=5b560d63105f68f05b838c373610f5cdbb50863693be831f8c5a139b6f41a74a
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue