Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
postmarketOS
pmaports
Commits
e30de3b2
Unverified
Commit
e30de3b2
authored
4 years ago
by
Luca Weiss
Committed by
Oliver Smith
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
kde/mygnuhealth: new aport (MR 1866)
[ci:skip-build]: already built successfully in CI
parent
00dbf49d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#195844
passed
4 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kde/mygnuhealth/APKBUILD
+24
-0
24 additions, 0 deletions
kde/mygnuhealth/APKBUILD
with
24 additions
and
0 deletions
kde/mygnuhealth/APKBUILD
0 → 100644
+
24
−
0
View file @
e30de3b2
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname
=
mygnuhealth
pkgver
=
0_git20210403
_commit
=
"5c4d774615b27d0e9752550116e463a45932713f"
pkgrel
=
0
pkgdesc
=
"The GNU Health Personal Health Record (PHR)"
url
=
"https://invent.kde.org/pim/mygnuhealth"
arch
=
"noarch !armhf !mips !mips64"
# blocked by py3-pyside2
license
=
"GPL-3.0-or-later"
depends
=
"python3 py3-matplotlib py3-requests py3-tinydb py3-bcrypt py3-pyside2 kirigami2"
makedepends
=
"py3-setuptools"
source
=
"https://invent.kde.org/pim/mygnuhealth/-/archive/
$_commit
/mygnuhealth-
$_commit
.tar.gz"
options
=
"!check"
# No tests
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
build
()
{
python3 setup.py build
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"9dbde00af9583e877db36bd2b7797ccd4bfa6b10b42fda1b00c9697cac49fd226eac1d94d0dc283591d8f13c10ff9d26b5ecfcb41c36ad5489b055c2632972f8 mygnuhealth-5c4d774615b27d0e9752550116e463a45932713f.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