New package: castor-0.8.16

This commit is contained in:
Zach Dykstra 2020-07-21 17:26:25 -05:00 committed by Andrew J. Hesford
parent f319730d06
commit b0ad0a33ff

18
srcpkgs/castor/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'castor'
pkgname=castor
version=0.8.16
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="atk-devel pango-devel gdk-pixbuf-devel gtk+3-devel cairo-devel libressl-devel"
short_desc="Graphical client for plain-text protocols written in Rust with GTK"
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
license="MIT"
homepage="https://git.sr.ht/~julienxx/castor"
distfiles="https://git.sr.ht/~julienxx/castor/archive/${version}.tar.gz"
checksum=50414f498c3b6232efb00e883043854517290b842e0501c1d1eccfaf78be9ae3
post_install() {
make copy-data
vlicense LICENSE
}