Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions srcpkgs/loksh/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'loksh'
pkgname=loksh
version=7.5
version=7.9
revision=1
build_style=meson
hostmakedepends="pkg-config"
Expand All @@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="custom:Public Domain"
homepage="https://github.com/dimkr/loksh"
distfiles="https://github.com/dimkr/loksh/releases/download/${version}/loksh-${version}.tar.xz"
checksum=0c70706b2ae960af035d73d3bb5f30030286e9ebe9855363dccadb85f901adf0
checksum=9cd50a5d5023c1886ef70dfe7334cebec4f4c6a9548f15d01a04732038e9ac0f
register_shell="/bin/loksh"

alternatives="
Expand All @@ -24,8 +24,6 @@ post_install() {
vlicense LEGAL

mv ${DESTDIR}/usr/bin/ksh ${DESTDIR}/usr/bin/loksh
mv ${DESTDIR}/usr/share/man/man1/ksh.1 \
${DESTDIR}/usr/share/man/man1/loksh.1
mv ${DESTDIR}/usr/share/man/man1/sh.1 \
${DESTDIR}/usr/share/man/man1/loksh-sh.1
mv ${DESTDIR}/usr/share/man/man1/ksh.1 ${DESTDIR}/usr/share/man/man1/loksh.1
mv ${DESTDIR}/usr/share/man/man1/sh.1 ${DESTDIR}/usr/share/man/man1/loksh-sh.1
}