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
9139d9f2
Commit
9139d9f2
authored
2 years ago
by
Dhruvin Gandhi
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/hledger-timeclock: new aport
parent
d3ece494
No related branches found
No related tags found
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!35135
testing/hledger-timeclock: new aport
Pipeline
#124609
passed
2 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/hledger-timeclock/APKBUILD
+29
-0
29 additions, 0 deletions
testing/hledger-timeclock/APKBUILD
with
29 additions
and
0 deletions
testing/hledger-timeclock/APKBUILD
0 → 100644
+
29
−
0
View file @
9139d9f2
# Contributor: Dhruvin Gandhi <contact@dhruvin.dev>
# Maintainer: Dhruvin Gandhi <contact@dhruvin.dev>
pkgname
=
hledger-timeclock
pkgver
=
0.3.0
pkgrel
=
0
pkgdesc
=
"hledger addon to track time"
url
=
"https://git.sr.ht/~dhruvin/hledger-timeclock"
arch
=
"all"
license
=
"GPL-3.0-or-later"
makedepends
=
"go"
subpackages
=
"
$pkgname
-bash-completion
$pkgname
-zsh-completion
$pkgname
-fish-completion"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://git.sr.ht/~dhruvin/hledger-timeclock/archive/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-v
$pkgver
"
options
=
"!check"
# no tests
build
()
{
make all
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
PREFIX
=
/usr
\
FISHCOMPDIR
=
/usr/share/fish/completions
install
}
sha512sums
=
"
699ebd52ef2d8dc41517c20fb0a9e61f541f7873e95b785db1185503f00a8ca4cc15cc6cdfe335edb8e4c9b4bf4ef7dd5be7705dbb952a005069d704c133789a hledger-timeclock-0.3.0.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