mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
tinyssh: update to 20230101.
This commit is contained in:
parent
877dd403f1
commit
0c5af70709
1 changed files with 4 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'tinyssh'
|
# Template file for 'tinyssh'
|
||||||
pkgname=tinyssh
|
pkgname=tinyssh
|
||||||
version=20220801
|
version=20230101
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_dirs="/etc/tinyssh 0755 root root"
|
make_dirs="/etc/tinyssh 0755 root root"
|
||||||
depends="ucspi-tcp"
|
depends="ucspi-tcp"
|
||||||
short_desc="Minimalistic SSH server"
|
short_desc="Minimalistic SSH server"
|
||||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||||
license="Public Domain"
|
license="CC0-1.0"
|
||||||
homepage="https://tinyssh.org"
|
homepage="https://tinyssh.org"
|
||||||
distfiles="https://github.com/janmojzis/tinyssh/archive/${version}.tar.gz"
|
distfiles="https://github.com/janmojzis/tinyssh/archive/${version}.tar.gz"
|
||||||
checksum=234656fc8d369608eb5d0f3a26280e0e38e2e6b134cfc610b6e24bce176acd4f
|
checksum=74a434389dd05bf421feb6b6fab241f763b78222750d21100bd81d9ba626b28c
|
||||||
|
|
||||||
if [ -n "${CROSS_BUILD}" ] ; then
|
if [ -n "${CROSS_BUILD}" ] ; then
|
||||||
make_build_target=cross-compile
|
make_build_target=cross-compile
|
||||||
|
@ -28,6 +28,5 @@ pre_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE
|
|
||||||
vsv tinysshd
|
vsv tinysshd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue