vp-build/srcpkgs/castor/template

19 lines
636 B
Bash

# Template file for 'castor'
pkgname=castor
version=0.8.18
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="atk-devel pango-devel gdk-pixbuf-devel gtk+3-devel cairo-devel openssl-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=02ea3d8c6a3b705ca54e489cb67bf5149261222c352696afe374843ff3bc06bb
post_install() {
make PREFIX=/usr DESTDIR="${DESTDIR}" copy-data
vlicense LICENSE
}