New package: 6cord

This commit is contained in:
Paper Mountain Studio 2019-12-07 11:01:44 +01:00 committed by Juan RP
parent 27befa1880
commit ac5a654573

18
srcpkgs/6cord/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for '6cord'
pkgname=6cord
version=9.5
revision=1
wrksrc="$pkgname-stable-$version"
build_style=go
go_import_path="gitlab.com/diamondburned/6cord"
short_desc="Terminal UI for Discord"
maintainer="Paper <paper@tilde.institute>"
license="MPL-2.0"
homepage="https://gitlab.com/diamondburned/6cord"
distfiles="https://gitlab.com/diamondburned/$pkgname/-/archive/stable-$version/$pkgname-stable-$version.tar.gz"
checksum=8ba69d154842aac4cebf85ff92e6d39d31827a43042bcccfcad3185876d5319b
post_install() {
vdoc README.md
vsconf 6cord.toml
}