20 lines
525 B
Bash
20 lines
525 B
Bash
|
# 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
|
||
|
}
|