New package: castor-0.8.16
This commit is contained in:
parent
f319730d06
commit
b0ad0a33ff
1 changed files with 18 additions and 0 deletions
18
srcpkgs/castor/template
Normal file
18
srcpkgs/castor/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue