void-packages/srcpkgs/cordless/template

19 lines
566 B
Bash
Raw Normal View History

2019-11-28 23:42:53 +01:00
# Template file for 'cordless'
pkgname=cordless
2020-01-07 22:27:00 +01:00
version=2020.01.05
2019-11-28 23:42:53 +01:00
revision=1
2020-01-07 22:27:00 +01:00
wrksrc="${pkgname}-${version//./-}"
2019-11-28 23:42:53 +01:00
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"
2020-01-07 22:27:00 +01:00
homepage="https://github.com/Bios-Marcel/${pkgname}"
distfiles="https://github.com/Bios-Marcel/${pkgname}/archive/${version//./-}.tar.gz"
checksum=ca86d772a5e00f915e63078ababfd6f96acdae4b251fe7b9e1e4fe9eb3c5bed9
2019-11-28 23:42:53 +01:00
post_install() {
vlicense LICENSE
}