void-packages/srcpkgs/castor/template
2020-07-23 09:30:22 -04:00

18 lines
604 B
Bash

# 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
}