cordless: remove package

This commit is contained in:
tibequadorian 2020-12-06 22:13:36 +01:00 committed by Érico Nogueira Rolim
parent cbd3f7dbeb
commit 6dab08fa87

View File

@ -1,18 +0,0 @@
# 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
}