19 lines
566 B
Bash
19 lines
566 B
Bash
# Template file for 'cordless'
|
|
pkgname=cordless
|
|
version=2020.01.05
|
|
revision=1
|
|
wrksrc="${pkgname}-${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/${pkgname}"
|
|
distfiles="https://github.com/Bios-Marcel/${pkgname}/archive/${version//./-}.tar.gz"
|
|
checksum=ca86d772a5e00f915e63078ababfd6f96acdae4b251fe7b9e1e4fe9eb3c5bed9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|