20 lines
587 B
Bash
20 lines
587 B
Bash
# Template file for 'dropbear'
|
|
pkgname=dropbear
|
|
version=2018.76
|
|
revision=1
|
|
build_style="gnu-configure"
|
|
configure_args="--enable-zlib"
|
|
makedepends="zlib-devel"
|
|
short_desc="Small SSH server and client"
|
|
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
|
license="MIT"
|
|
homepage="https://matt.ucc.asn.au/dropbear/dropbear.html"
|
|
distfiles="https://matt.ucc.asn.au/${pkgname}/releases/${pkgname}-${version}.tar.bz2"
|
|
checksum=f2fb9167eca8cf93456a5fc1d4faf709902a3ab70dd44e352f3acbc3ffdaea65
|
|
|
|
post_install() {
|
|
vmkdir etc/dropbear
|
|
touch ${DESTDIR}/etc/dropbear/.empty
|
|
vsv dropbear
|
|
vlicense LICENSE
|
|
}
|