18 lines
560 B
Bash
18 lines
560 B
Bash
# 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
|
|
}
|