void-packages/srcpkgs/loksh/template

31 lines
804 B
Bash
Raw Normal View History

2017-12-01 02:02:10 +01:00
# Template file for 'loksh'
pkgname=loksh
2017-12-07 10:52:14 +01:00
version=6.2
revision=1
2017-12-01 02:02:10 +01:00
build_style=gnu-makefile
make_build_args="HAVE_LIBBSD=1"
2017-12-01 02:02:10 +01:00
make_install_args="BIN_NAME=loksh"
hostmakedepends="pkg-config"
makedepends="libbsd-devel"
short_desc="A Linux port of OpenBSD's ksh"
maintainer="Renato Aguiar <renato@renag.me>"
license="Public Domain"
homepage="https://github.com/dimkr/loksh"
distfiles="https://github.com/dimkr/loksh/archive/${version}.tar.gz"
2017-12-07 10:52:14 +01:00
checksum=3484ce04294c24a74337c89dd5d6935cbc7275d66cccefd12199023cd9fc5540
2017-12-01 02:02:10 +01:00
register_shell="/bin/loksh"
alternatives="
ksh:ksh:/usr/bin/loksh
ksh:ksh.1:/usr/share/man/man1/loksh.1
sh:sh:/usr/bin/loksh
sh:sh.1:/usr/share/man/man1/loksh-sh.1
"
post_install() {
vlicense LEGAL
mv ${DESTDIR}/usr/share/man/man1/sh.1 \
${DESTDIR}/usr/share/man/man1/loksh-sh.1
}