-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Linux packages creation scripts
- Loading branch information
1 parent
9ee395d
commit 6d85cb7
Showing
10 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
# Maintainer: Adel Noureddine <[email protected]> | ||
# Contributor: Axel TERRIER <[email protected]> | ||
pkgname=powerjoular | ||
pkgver=0.7.3 | ||
pkgrel=1 | ||
pkgdesc="PowerJoular allows monitoring power consumption of multiple platforms and processes." | ||
arch=('x86_64' 'aarch64' 'armv7h') | ||
url="https://github.com/axelterrier/powerjoular" | ||
url="https://github.com/joular/powerjoular" | ||
license=('GPL3') | ||
depends=('gcc-ada' 'gprbuild' 'xmlada' 'libgpr') | ||
source=("$pkgname-$pkgver.tar.gz::https://github.com/axelterrier/powerjoular/archive/refs/heads/develop.tar.gz") | ||
source=("$pkgname-$pkgver.tar.gz::https://github.com/joular/powerjoular/archive/refs/heads/main.tar.gz") | ||
sha256sums=('SKIP') | ||
|
||
build() { | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.