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
e0354e68
Commit
e0354e68
authored
2 years ago
by
alice
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/libucl: new aport
parent
16eb2e2b
No related branches found
No related tags found
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!37966
testing/hikari: new aport
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/libucl/APKBUILD
+42
-0
42 additions, 0 deletions
testing/libucl/APKBUILD
with
42 additions
and
0 deletions
testing/libucl/APKBUILD
0 → 100644
+
42
−
0
View file @
e0354e68
# Maintainer: psykose <alice@ayaya.dev>
pkgname
=
libucl
pkgver
=
0.8.1
pkgrel
=
0
pkgdesc
=
"Universal configuration library parser"
url
=
"https://github.com/vstakhov/libucl"
arch
=
"all"
license
=
"BSD-2-Clause"
makedepends
=
"
autoconf
automake
libtool
"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/vstakhov/libucl/archive/refs/tags/
$pkgver
.tar.gz"
options
=
"!check"
# fail for no reason
prepare
()
{
default_prepare
autoreconf
-fvi
}
build
()
{
./configure
\
--prefix
=
/usr
\
--build
=
$CBUILD
\
--host
=
$CHOST
make
}
check
()
{
make
-j1
check
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
36a059561eadb2dd7253ca22ff56f6a0c6cdd28580e28451c0cf47e1aec321a2e1589fc83ccb2033346f2dbca31a7e6afa9666ea544a0c190b7f80ed0e9f45af libucl-0.8.1.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