New package: cordless-2019-11-19

This commit is contained in:
Alex Childs 2019-11-28 16:42:53 -06:00 committed by Helmut Pozimski
parent 57483ec341
commit 68c7e2732a
1 changed files with 18 additions and 0 deletions

18
srcpkgs/cordless/template Normal file
View 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
}