Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nathan Owens
Adélie Package Tree
Commits
d928df87
Verified
Commit
d928df87
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/mksh: bump to 57
parent
b33289e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/mksh/APKBUILD
+10
-16
10 additions, 16 deletions
user/mksh/APKBUILD
with
10 additions
and
16 deletions
user/mksh/APKBUILD
+
10
−
16
View file @
d928df87
# Contributor: Marek Benc <dusxmt@gmx.com>
# Maintainer: Marek Benc <dusxmt@gmx.com>
pkgname
=
mksh
pkgver
=
5
6c
pkgver
=
5
7
pkgrel
=
0
pkgdesc
=
"MirBSD Korn Shell, a free Korn Shell interpreter"
url
=
"http://mirbsd.de/mksh"
...
...
@@ -16,8 +16,6 @@ source="http://www.mirbsd.org/MirOS/dist/mir/${pkgname}/${pkgname}-R${pkgver}.tg
builddir
=
$srcdir
/
$pkgname
build
()
{
cd
"
$builddir
"
# Build the main shell:
/bin/sh ./Build.sh
-r
mv
test.sh test_mksh.sh
...
...
@@ -28,9 +26,15 @@ build() {
mv
test.sh test_lksh.sh
}
package
()
{
cd
"
$builddir
"
check
()
{
echo
"Running the test suite for mksh:"
./test_mksh.sh
echo
"Running the test suite for lksh:"
./test_lksh.sh
}
package
()
{
mkdir
-p
"
$pkgdir
"
/bin
install
-m
755 mksh
"
$pkgdir
"
/bin
install
-m
755 lksh
"
$pkgdir
"
/bin
...
...
@@ -43,14 +47,4 @@ package() {
install
-m
644 dot.mkshrc
"
$pkgdir
"
/usr/share/doc/mksh/examples/
}
check
()
{
cd
"
$builddir
"
echo
"Running the test suite for mksh:"
./test_mksh.sh
echo
"Running the test suite for lksh:"
./test_lksh.sh
}
sha512sums
=
"7e4cd2d24c6bca2ebad7c6b02d158188e766bd4693d93f5bed198d69238aef078d42ce911431ad4e419e4af55083047d823bfad53973db5c6d8a685482770135 mksh-R56c.tgz"
sha512sums
=
"7d7fa557c17da4f1f62f82877a136439efb6d4f9fde52b2df39214db09868982e756df6e4fe83498f9013cbcf3252dc383b00ddfafaa4c9f143ffded7cd255b3 mksh-R57.tgz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment