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
42f61f30
Commit
42f61f30
authored
8 months ago
by
6543
Committed by
Patrycja Rosa
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/batmon: new aport
parent
1e948467
No related branches found
No related tags found
1 merge request
!67507
testing/batmon: new aport
Pipeline
#241921
canceled
8 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/batmon/APKBUILD
+34
-0
34 additions, 0 deletions
testing/batmon/APKBUILD
with
34 additions
and
0 deletions
testing/batmon/APKBUILD
0 → 100644
+
34
−
0
View file @
42f61f30
# Contributor: 6543 <6543@obermui.de>
# Maintainer: 6543 <6543@obermui.de>
pkgname
=
batmon
pkgver
=
0.0.1
pkgrel
=
0
pkgdesc
=
"An interactive viewer, similar to top, htop and other *top utilities, but about the batteries installed in your notebook."
url
=
"https://crates.io/crates/batmon"
arch
=
"all !s390x"
license
=
"Apache-2.0"
makedepends
=
"
cargo
cargo-auditable
"
options
=
"net"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/6543/batmon/archive/refs/tags/v
$pkgver
.tar.gz"
export
CARGO_PROFILE_RELEASE_OPT_LEVEL
=
"z"
build
()
{
cargo auditable build
--release
}
check
()
{
cargo
test
}
package
()
{
install
-Dm755
target/release/batmon
"
$pkgdir
"
/usr/bin/batmon
}
sha512sums
=
"
2c365a90a6b949cb74a0e3e8e5eff5f77db36b93e4008226703daf9b1a55737ab62f7214d8a908a6966ce3daeb2b2d7bc2e30d11f66380111ec741576f49a69e batmon-0.0.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