Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Pirogov
aports
Commits
01e6de9c
Commit
01e6de9c
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
testing/yash: upgrade to 2.48
parent
4a4ad06a
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
testing/yash/APKBUILD
+2
-9
2 additions, 9 deletions
testing/yash/APKBUILD
with
2 additions
and
9 deletions
testing/yash/APKBUILD
+
2
−
9
View file @
01e6de9c
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname
=
yash
pkgver
=
2.4
7
pkgver
=
2.4
8
pkgrel
=
0
pkgdesc
=
"Yet another shell"
url
=
"http://yash.osdn.jp"
...
...
@@ -11,7 +11,6 @@ makedepends="ncurses-dev"
install
=
"
$pkgname
.post-install
$pkgname
.pre-deinstall"
subpackages
=
"
$pkgname
-doc"
source
=
"https://github.com/magicant/
$pkgname
/releases/download/
$pkgver
/
$pkgname
-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
prepare
()
{
default_prepare
...
...
@@ -23,8 +22,6 @@ prepare() {
}
build
()
{
cd
"
$builddir
"
./configure
\
--prefix
=
/usr
\
--mandir
=
/usr/share/man
\
...
...
@@ -33,17 +30,13 @@ build() {
}
check
()
{
cd
"
$builddir
"
# FIXME: Fix broken tests.
make tests
LANG
=
en_US.UTF-8
||
true
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
rm
-Rf
"
$pkgdir
"
/usr/share/man/ja
}
sha512sums
=
"5
e1341314218ac13fcc3664b1a13a77e0c2525a0df47ee3be773f9894a5a79a1288ba55f
ea2
2
c
e87b70cbff8d72284cb3d11c17e989be81564c183c92ec26ecf
yash-2.4
7
.tar.xz"
sha512sums
=
"5
1201a5bec24ebfb550d3e6b52114c83221d2e4b54cde577b76def1ccdd3476758
ea2c
8e1468047bcfccd6e8cdc3fc1d35d6c0dc8b7017c8d290c4aea66350f3
yash-2.4
8
.tar.xz"
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