New package: ncgopher-0.8.0

This commit is contained in:
xJayMorex
2026-05-05 03:45:57 +02:00
committed by Duncan Overbruck
parent a3d37b2393
commit e77824a6a4
+25
View File
@@ -0,0 +1,25 @@
# Template file for 'ncgopher'
pkgname=ncgopher
version=0.8.0
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="ncurses-devel openssl-devel sqlite-devel"
depends="ncurses"
short_desc="Gopher, gemini, and finger client based on ncurses"
maintainer="xJayMorex <github@johntaylor.hu>"
license="BSD-2-Clause"
homepage="https://github.com/jansc/ncgopher"
changelog="https://raw.githubusercontent.com/jansc/ncgopher/master/CHANGELOG"
distfiles="https://github.com/jansc/ncgopher/archive/v${version}.tar.gz"
checksum=c91b139fd3ec89dd1c20c75350de1a21624c03b16d086d9e7dd4e5dd8c829761
nocross="https://github.com/jeaye/ncurses-rs/issues/184"
do_build() {
cargo build --release --target ${RUST_TARGET} ${configure_args} ${make_build_args}
}
post_install() {
vman ncgopher.1
vlicense LICENSE
}