mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/cosmic-settings: new aport
This commit is contained in:
parent
a1b05c8ee6
commit
30ff90140e
52
testing/cosmic-settings/APKBUILD
Normal file
52
testing/cosmic-settings/APKBUILD
Normal file
@ -0,0 +1,52 @@
|
||||
# Contributor: Clayton Craft <clayton@craftyguy.net>
|
||||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||
pkgname=cosmic-settings
|
||||
pkgver=1.0.0_alpha6
|
||||
_upstreamver="${pkgver/_alpha/-alpha.}"
|
||||
pkgrel=0
|
||||
pkgdesc="Settings application for the COSMIC Desktop Environment"
|
||||
url="https://github.com/pop-os/cosmic-settings"
|
||||
arch="aarch64 x86_64"
|
||||
license="GPL-3.0-only"
|
||||
depends="
|
||||
cosmic-icons
|
||||
"
|
||||
makedepends="
|
||||
cargo
|
||||
clang-libclang
|
||||
cosmic-icons
|
||||
cosmic-randr
|
||||
findutils
|
||||
fontconfig-dev
|
||||
iso-codes-dev
|
||||
just
|
||||
libinput-dev
|
||||
libxkbcommon-dev
|
||||
pulseaudio-dev
|
||||
pipewire-dev
|
||||
wayland-dev
|
||||
"
|
||||
options="net" # fetch dependencies
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/pop-os/cosmic-settings/archive/refs/tags/epoch-$_upstreamver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-epoch-$_upstreamver"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
cargo fetch --target="$CTARGET" --locked
|
||||
}
|
||||
|
||||
build() {
|
||||
just build-release --frozen
|
||||
}
|
||||
|
||||
check() {
|
||||
cargo test --release --frozen
|
||||
}
|
||||
|
||||
package() {
|
||||
just rootdir="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
d034d05fcbca7c70c0ae00809519ed5af3f42966f8d19ea09448d07dd7fc7ee427ea5f66a95b8cb4d42f5ba4e7d62307c9365d86c0f717de21734f6613e01548 cosmic-settings-1.0.0_alpha6.tar.gz
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user