21 lines
538 B
Bash
21 lines
538 B
Bash
|
# Template file for 'drist'
|
||
|
pkgname=drist
|
||
|
version=1.04
|
||
|
revision=1
|
||
|
archs=noarch
|
||
|
wrksrc=$pkgname-v$version
|
||
|
build_style=gnu-makefile
|
||
|
depends="openssh rsync"
|
||
|
short_desc="Remote deployment tool"
|
||
|
maintainer="Paper <paper@tilde.institute>"
|
||
|
license="BSD-2-Clause"
|
||
|
homepage="gopher://bitreich.org/1/scm/drist/"
|
||
|
distfiles="ftp://bitreich.org/releases/drist/drist-v$version.tgz"
|
||
|
checksum=174e243b4ae41a3c3c9919b351f6fbe0c94e07b9b728310c78bfa767e810910d
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
vmkdir usr/share/drist
|
||
|
vcopy examples /usr/share/drist/
|
||
|
}
|