mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 08:17:14 +02:00
42 lines
1 KiB
Text
42 lines
1 KiB
Text
# Contributor: Clayton Craft <clayton@craftyguy.net>
|
|
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
pkgname=cosmic-app-library
|
|
pkgver=1.0.0_alpha6
|
|
_upstreamver="${pkgver/_alpha/-alpha.}"
|
|
pkgrel=0
|
|
pkgdesc="Application launcher for the COSMIC Desktop Environment"
|
|
url="https://github.com/pop-os/cosmic-applibrary"
|
|
arch="aarch64 x86_64"
|
|
license="GPL-3.0-only"
|
|
depends="
|
|
cosmic-icons
|
|
"
|
|
makedepends="
|
|
cargo
|
|
just
|
|
libxkbcommon-dev
|
|
"
|
|
options="net !check" # fetch dependencies, no tests
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/pop-os/cosmic-applibrary/archive/refs/tags/epoch-$_upstreamver.tar.gz"
|
|
builddir="$srcdir/cosmic-applibrary-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="
|
|
18ae7545716e2043e6de067b6b1157fb784ed78af27373de373792e3fc7e30f9e9a0fc8db240e687e8dd641fdb74bead83f3e9cb6d13a339b429ffd31ee47769 cosmic-app-library-1.0.0_alpha6.tar.gz
|
|
"
|