18 lines
636 B
Bash
18 lines
636 B
Bash
# Template file for 'castor'
|
|
pkgname=castor
|
|
version=0.8.16
|
|
revision=3
|
|
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=9a72ed66a10abd9d6fb44c02349f6c4035ff7d89397eb928c90f1465c3cccf7d
|
|
|
|
post_install() {
|
|
make PREFIX=/usr DESTDIR="${DESTDIR}" copy-data
|
|
vlicense LICENSE
|
|
}
|