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
f39a063c
Verified
Commit
f39a063c
authored
4 years ago
by
Rasmus Thomsen
Browse files
Options
Downloads
Patches
Plain Diff
community/ghex: use abuild-meson & meson compile/test/install
parent
6027f5dc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!12040
Port all meson APKBUILDs to abuild-meson
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/ghex/APKBUILD
+3
-6
3 additions, 6 deletions
community/ghex/APKBUILD
with
3 additions
and
6 deletions
community/ghex/APKBUILD
+
3
−
6
View file @
f39a063c
...
...
@@ -14,15 +14,12 @@ subpackages="$pkgname-dev $pkgname-lang $pkgname-doc"
source
=
"https://download.gnome.org/sources/ghex/
$_pkgver
/ghex-
$pkgver
.tar.xz"
build
()
{
meson
\
--prefix
=
/usr
\
--buildtype
=
plain
\
.
output
ninja
-C
output
abuild-meson
.
output
meson compile
${
JOBS
:+-j
${
JOBS
}}
-C
output
}
package
()
{
DESTDIR
=
"
$pkgdir
"
ninja
-C
output
install
DESTDIR
=
"
$pkgdir
"
meson
install
--no-rebuild
-C
output
}
sha512sums
=
"6121a5986ee7d7f96bf7f401e155f8aa37f076af455bc68e43d1b5b02b63bc9aed3eba5209511d1b659eb4c9093ab5d9601c14a5e868d979e92a6d0ca0cf9ce2 ghex-3.18.4.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