add edge
Some checks failed
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 57s
Some checks failed
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Failing after 57s
This commit is contained in:
parent
ee5739cbbe
commit
b0b097f3cb
7 changed files with 130 additions and 12 deletions
35
not_ready/turnon/APKBUILD
Executable file
35
not_ready/turnon/APKBUILD
Executable file
|
|
@ -0,0 +1,35 @@
|
|||
pkgname=turnon
|
||||
pkgver=2.5.2
|
||||
pkgrel=0
|
||||
pkgdesc="Turn on devices in your network on GNOME (wake on lan)"
|
||||
url="https://github.com/swsnr/turnon"
|
||||
arch="all !loongarch64"
|
||||
license="MPL-2.0"
|
||||
makedepends="make sed openssl-dev rustup glib-dev gtk4.0-dev graphene-dev blueprint-compiler-dev libadwaita-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/swsnr/turnon/archive/refs/tags/v$pkgver.tar.gz"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
rustup-init --default-toolchain stable -y
|
||||
source ~/.cargo/env
|
||||
cargo fetch --target="$CTARGET" --locked
|
||||
}
|
||||
|
||||
build() {
|
||||
source ~/.cargo/env
|
||||
SKIP_BLUEPRINT=0 cargo build -p hctl --frozen --release
|
||||
make msgfmt
|
||||
}
|
||||
|
||||
check() {
|
||||
source ~/.cargo/env
|
||||
cargo test --release --frozen
|
||||
}
|
||||
|
||||
package() {
|
||||
source ~/.cargo/env
|
||||
make DESTPREFIX="${pkgdir}/usr" install
|
||||
}
|
||||
sha512sums="
|
||||
67a372a79eb6aa492609044411720c7f0d9f2916ea41a10747518e2cf806007649025c6633276291efde4d92d55786541828d00cd0b96d7a9235cb42f0fa6739 turnon-2.5.2.tar.gz
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue