Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions srcpkgs/cstow/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Template file for 'cstow'
pkgname=cstow
version=1.0.2
revision=1
build_style=gnu-makefile
short_desc="GNU Stow clone implemented in C"
maintainer="Gornak40 <s-kozelsk@yandex.ru>"
license="BSD-3-Clause"
homepage="https://github.com/adolfopa/cstow"
distfiles="https://github.com/adolfopa/cstow/archive/refs/tags/v${version}.tar.gz"
checksum=d22fc3975ab64da43a0e634bb11bbe11e5feab2d3e7eb0a899903e6313558309

do_check() {
make test
}

do_install() {
vbin cstow
}

post_install() {
vlicense LICENSE
vman cstow.1
}