void-packages/srcpkgs/dropbear/template

25 lines
735 B
Text
Raw Normal View History

2014-01-01 17:16:56 +00:00
# Template file for 'dropbear'
pkgname=dropbear
2014-08-20 10:34:44 +00:00
version=2014.65
2014-04-13 19:45:19 +00:00
revision=1
2014-01-01 17:16:56 +00:00
build_style="gnu-configure"
configure_args="--sbindir=/usr/bin --enable-zlib"
makedepends="zlib-devel"
make_dirs="/etc/dropbear 0755 root root"
2014-01-01 17:16:56 +00:00
short_desc="Small SSH server and client."
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
homepage="https://matt.ucc.asn.au/dropbear/dropbear.html"
distfiles="https://matt.ucc.asn.au/${pkgname}/releases/${pkgname}-${version}.tar.bz2"
2014-08-20 10:34:44 +00:00
checksum=e20057aa7db0f9ea4efdcbfc6fc6b73a648b47b6ab6a01659472142b06f5f56c
# Package build options
build_options="systemd"
2014-01-01 17:16:56 +00:00
post_install() {
if [ "$build_option_systemd" ]; then
vinstall ${FILESDIR}/dropbear.service 644 usr/lib/systemd/system/
fi
vlicense LICENSE
2014-01-01 17:16:56 +00:00
}