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
b4545515
Commit
b4545515
authored
1 year ago
by
Prokop Randacek
Committed by
alice
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/duc: new aport
parent
00a6ada9
No related branches found
No related tags found
1 merge request
!48410
testing/duc: new aport
Pipeline
#169123
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/duc/APKBUILD
+35
-0
35 additions, 0 deletions
testing/duc/APKBUILD
with
35 additions
and
0 deletions
testing/duc/APKBUILD
0 → 100644
+
35
−
0
View file @
b4545515
# Contributor: Prokop Randáček <prokop@rdck.dev>
# Maintainer: Prokop Randáček <prokop@rdck.dev>
pkgname
=
duc
pkgver
=
1.4.5
pkgrel
=
0
pkgdesc
=
"Tool for inspecting disk usage"
url
=
"http://duc.zevv.nl/"
arch
=
"all"
license
=
"LGPL-3.0-or-later"
makedepends
=
"pango-dev glfw-dev kyotocabinet-dev ncurses-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/zevv/duc/releases/download/
$pkgver
/duc-
$pkgver
.tar.gz"
options
=
"!check"
# tests are not included in the distributed tar
build
()
{
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
--with-db-backend
=
kyotocabinet
\
--enable-opengl
\
--disable-x11
make
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
b6d48222ed2821d3d1317102f867f71f9060a093ba11ba48d9f0d9dc743c5b361442cb605aec6e91dd6588ae4b51897b4ed5da96ba33019e8a501a262af12371 duc-1.4.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