mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-05 16:01:42 +01:00
26 lines
824 B
Plaintext
26 lines
824 B
Plaintext
# Contributor: Michał Polański <michal@polanski.me>
|
|
# Maintainer: Michał Polański <michal@polanski.me>
|
|
pkgname=swappy
|
|
pkgver=1.3.1
|
|
pkgrel=0
|
|
pkgdesc="Snapshot editing tool for Wayland"
|
|
url="https://github.com/jtheoof/swappy"
|
|
license="MIT"
|
|
arch="all"
|
|
options="!check" # no test suite
|
|
depends="ttf-font-awesome"
|
|
makedepends="meson cairo-dev pango-dev gtk+3.0-dev libnotify-dev scdoc"
|
|
subpackages="$pkgname-doc $pkgname-lang"
|
|
source="https://github.com/jtheoof/swappy/archive/v$pkgver/swappy-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="0d6a3ae9ed2595795ecff22fcc90640e416a1e34f11129146bb49642b4db58c615c29c1d4dcc964cc371545e73e64e99e48d1ddd0e8f36280158b649613a1693 swappy-1.3.1.tar.gz"
|