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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
86168220
Commit
86168220
authored
6 years ago
by
Linux User
Committed by
Andy Postnikov
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/aha: upgrade to 0.5
parent
9c2d95d4
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
community/aha/APKBUILD
+7
-6
7 additions, 6 deletions
community/aha/APKBUILD
with
7 additions
and
6 deletions
community/aha/APKBUILD
+
7
−
6
View file @
86168220
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
aha
pkgname
=
aha
pkgver
=
0.
4.10.6
pkgver
=
0.
5
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"ANSI color to HTML converter"
pkgdesc
=
"ANSI color to HTML converter"
url
=
"http://anonscm.debian.org/gitweb/?p=collab-maint/aha.git;a=summary"
url
=
"http://anonscm.debian.org/gitweb/?p=collab-maint/aha.git;a=summary"
...
@@ -12,20 +12,21 @@ depends_dev=""
...
@@ -12,20 +12,21 @@ depends_dev=""
makedepends
=
""
makedepends
=
""
install
=
""
install
=
""
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/theZiz/
$pkgname
/archive/
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/theZiz/aha/archive/
$pkgver
.tar.gz"
options
=
"!check"
# Does not have a testsuite
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
build
()
{
build
()
{
cd
"
$builddir
"
cd
"
$builddir
"
make
||
return
1
make
}
}
package
()
{
package
()
{
cd
"
$builddir
"
cd
"
$builddir
"
install
-Dm
755 aha
\
install
-Dm
755 aha
\
"
$pkgdir
"
/usr/bin/aha
||
return
1
"
$pkgdir
"
/usr/bin/aha
install
-Dm
644 aha.1
\
install
-Dm
644 aha.1
\
"
$pkgdir
"
/usr/share/man/man1/aha.1
||
return
1
"
$pkgdir
"
/usr/share/man/man1/aha.1
}
}
sha512sums
=
"
640fc0b802fbe026152143e66a2ef5e7e36342dfab01a1f4ed4a543d0fc822a7377a2434f1d5fca917126740eb102a7c6dd232e9c15815d5ca7ef80a4cb27e4b
aha-0.
4.10.6
.tar.gz"
sha512sums
=
"
2fbf0be928d8ea0491f6710d96eddd135253cadce6cc8c00f342e03e030ee16a3ff1eb6a559740cdd642b074c9e4e3fd9a76412272ffeb0b7bb419b0dcb6dbc1
aha-0.
5
.tar.gz"
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