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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Merge requests
!406
skaware bumps for 2020.03.02
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
skaware bumps for 2020.03.02
skaware.2020.03.02
into
master
Overview
0
Commits
11
Pipelines
0
Changes
11
Merged
Max Rees
requested to merge
skaware.2020.03.02
into
master
5 years ago
Overview
0
Commits
11
Pipelines
0
Changes
11
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
7a08ab37
11 commits,
5 years ago
11 files
+
24
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
system/execline/APKBUILD
+
4
−
3
Options
# Contributor: Laurent Bercot <ska-adelie@skarnet.org>
# Maintainer: Laurent Bercot <ska-adelie@skarnet.org>
pkgname
=
execline
pkgver
=
2.
5.3
.0
pkgver
=
2.
6.0
.0
pkgrel
=
0
pkgdesc
=
"A small scripting language for non-interactive scripts"
url
=
"https://skarnet.org/software/
$pkgname
/"
@@ -20,7 +20,8 @@ build() {
--enable-allstatic
\
--enable-static-libc
\
--libdir
=
/usr/lib
\
--with-dynlib
=
/lib
--with-dynlib
=
/lib
\
--enable-pedantic-posix
make
}
@@ -61,4 +62,4 @@ doc() {
cp
-a
"
$builddir
/doc"
"
$subpkgdir
/usr/share/doc/
$pkgname
"
}
sha512sums
=
"
75b584e2365288bb1d05fd67e390fab1b6ccf48cb0a2ccbfb84a7d22ddf6957c9c591ab165542ed180b2ff1ef9ceb2a16cbae569e69c5dd5f20e52be092cff15
execline-2.
5.3
.0.tar.gz"
sha512sums
=
"
890a533a6ffad98b066adda34ae4a7e69daa98950974fcdb4635cff4c8957851b7fc6beaf25802c7ed5085285fc9b2aa9d9806afdb1aaa6884745a978b969f7a
execline-2.
6.0
.0.tar.gz"
Loading