loksh: update to 6.5
This commit is contained in:
parent
a228c8c61b
commit
b2aa1da7a4
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'loksh'
|
# Template file for 'loksh'
|
||||||
pkgname=loksh
|
pkgname=loksh
|
||||||
version=6.4
|
version=6.5
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="HAVE_LIBBSD=1"
|
make_build_args="HAVE_LIBBSD=1"
|
||||||
make_install_args="BIN_NAME=loksh"
|
make_install_args="BIN_NAME=loksh"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libbsd-devel ncurses-devel"
|
makedepends="libbsd-devel ncurses-devel"
|
||||||
short_desc="A Linux port of OpenBSD's ksh"
|
short_desc="Linux port of OpenBSD's ksh"
|
||||||
maintainer="Renato Aguiar <renato@renag.me>"
|
maintainer="Renato Aguiar <renato@renag.me>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://github.com/dimkr/loksh"
|
homepage="https://github.com/dimkr/loksh"
|
||||||
distfiles="https://github.com/dimkr/loksh/archive/${version}.tar.gz"
|
distfiles="https://github.com/dimkr/loksh/archive/${version}.tar.gz"
|
||||||
checksum=852d586849201346475946b6dc0551ea807262fd7d3fbd5fb2fe75fa42c6b222
|
checksum=afa6dddfe914a3cb4c2f5c6b9da03d30fb549c8cfb4daeff0472fc103696f7a4
|
||||||
register_shell="/bin/loksh"
|
register_shell="/bin/loksh"
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
|
|
Loading…
Reference in a new issue