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
60a428a4
Commit
60a428a4
authored
7 years ago
by
A. Wilcox
Committed by
Ariadne Conill
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/linenoise: modernise, fix license, mark no tests
parent
8953503d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/linenoise/APKBUILD
+6
-20
6 additions, 20 deletions
main/linenoise/APKBUILD
with
6 additions
and
20 deletions
main/linenoise/APKBUILD
+
6
−
20
View file @
60a428a4
...
...
@@ -6,7 +6,8 @@ pkgrel=1
pkgdesc
=
"Minimal replacement for readline"
url
=
"https://github.com/antirez/linenoise"
arch
=
"all"
license
=
"BSD"
options
=
"!check"
# No test suite.
license
=
"BSD-2-Clause-NetBSD"
depends
=
""
depends_dev
=
""
makedepends
=
"
$depends_dev
"
...
...
@@ -16,30 +17,15 @@ source="linenoise-$pkgver.tar.gz::https://github.com/antirez/linenoise/archive/$
build-shared-lib.patch
"
_builddir
=
"
$srcdir
"
/linenoise-
$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
build
()
{
cd
"
$
_
builddir
"
make
||
return
1
cd
"
$builddir
"
make
}
package
()
{
cd
"
$
_
builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"57c163f6e53bdb5b8f935cafb714ab16 linenoise-1.0.tar.gz
ad5599c58cb711f34058f0c8d913ebf6 build-shared-lib.patch"
sha256sums
=
"f5054a4fe120d43d85427cf58af93e56b9bb80389d507a9bec9b75531a340014 linenoise-1.0.tar.gz
71d2c1678580a8551b7c8c81d8026855c9cec654401355aec9a3ae591ff2aab1 build-shared-lib.patch"
sha512sums
=
"9e68fade8d64d7ba8d5d681e74d0ca6c4ebd9576249bb0e885b1aa708a9af77a43ea6264307ae46fb74e52219387a2c831b570f9601e331837f35294af9883e3 linenoise-1.0.tar.gz
e37fe58f414f48a6a6fcab9925881131d2dbca0c54fe2b17a359d0b5c58ce1e29dad92baa8dc7f7d390af1edace2a75091f20bed5aa381ff2599e734616b2418 build-shared-lib.patch"
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