5144799234
`make copy-data` installed these files into the masterdir instead. Closes: #24806 [via git-merge-pr]
18 lines
637 B
Bash
18 lines
637 B
Bash
# Template file for 'castor'
|
|
pkgname=castor
|
|
version=0.8.16
|
|
revision=2
|
|
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 PREFIX=/usr DESTDIR="${DESTDIR}" copy-data
|
|
vlicense LICENSE
|
|
}
|