New package: mksh-R44
This commit is contained in:
22
srcpkgs/mksh/template
Normal file
22
srcpkgs/mksh/template
Normal file
@@ -0,0 +1,22 @@
|
||||
# Template file for 'zsh'
|
||||
pkgname=mksh
|
||||
version=R44
|
||||
revision=1
|
||||
build_style=makefile
|
||||
register_shell="/bin/mksh"
|
||||
short_desc="The Mir Korn SHell"
|
||||
maintainer="pancake <xtraeme@gmail.com>"
|
||||
homepage="https://www.mirbsd.org/mksh.htm"
|
||||
license="mksh"
|
||||
distfiles="http://pub.allbsd.org/MirOS/dist/mir/mksh/mksh-R44.tgz"
|
||||
checksum=016f2196f75211308f5bf184ead97cf0718039717ad3f499994188bc941f8775
|
||||
wrksrc=mksh
|
||||
|
||||
do_build() {
|
||||
sh ./Build.sh
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vinstall ${wrksrc}/mksh 755 bin
|
||||
vinstall ${wrksrc}/mksh.1 644 usr/share/man/man1
|
||||
}
|
||||
Reference in New Issue
Block a user