mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: dropbear-2013.62
This commit is contained in:
parent
3b73bfd163
commit
b035cbd12e
2 changed files with 28 additions and 0 deletions
10
srcpkgs/dropbear/files/dropbear.service
Normal file
10
srcpkgs/dropbear/files/dropbear.service
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Dropbear SSH Daemon
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
18
srcpkgs/dropbear/template
Normal file
18
srcpkgs/dropbear/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'dropbear'
|
||||||
|
pkgname=dropbear
|
||||||
|
version=2013.62
|
||||||
|
revision=1
|
||||||
|
build_style="gnu-configure"
|
||||||
|
configure_args="--sbindir=/usr/bin --enable-zlib"
|
||||||
|
makedepends="zlib-devel"
|
||||||
|
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"
|
||||||
|
checksum=c6656302bbcc54b0a9c361f505822f6994039117ec32d2897ead3364da079ffa
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall ${FILESDIR}/dropbear.service 644 usr/lib/systemd/system/
|
||||||
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue