Add coyim-0.3.11 template

This commit is contained in:
Illia Shestakov 2019-08-28 15:39:39 +03:00 committed by Helmut Pozimski
parent 2f6196fd88
commit bdd1592399

19
srcpkgs/coyim/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'coyim'
pkgname=coyim
version=0.3.11
revision=1
build_style=go
go_import_path=github.com/coyim/$pkgname
hostmakedepends="pkg-config"
makedepends="gtk+3-devel"
short_desc="Safe and secure XMPP chat client"
maintainer="Illia Shestakov <ishestakov@airmail.cc>"
license="GPL-3.0-only"
homepage="https://coy.im"
distfiles="https://github.com/coyim/coyim/archive/v${version}.tar.gz"
checksum=4717901462f027578369358c8772eb5b14e22f053fc30e4c9dbcc2b053374a41
post_install() {
vlicense LICENSE
vdoc README.md
}