mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
27 lines
803 B
Plaintext
27 lines
803 B
Plaintext
# Maintainer: Peter Bui <pbui@bx612.space>
|
|
pkgname=nautilus-python
|
|
pkgver=4.0.1
|
|
pkgrel=0
|
|
pkgdesc="Python bindings for the Nautilus Extension API"
|
|
url="https://gitlab.gnome.org/GNOME/nautilus-python/"
|
|
arch="all"
|
|
license="GPL-2.0-or-later"
|
|
depends="py3-gobject3"
|
|
makedepends="meson nautilus-dev python3-dev py3-gobject3-dev"
|
|
options="!check" # no tests
|
|
subpackages="$pkgname-dev $pkgname-doc"
|
|
source="https://gitlab.gnome.org/GNOME/nautilus-python/-/archive/$pkgver/nautilus-python-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
d3f35074ad198345296b6c9169274b06d8f63ae94dd2131e1a90a3cf2c822f7be8ffc90a63082aa9810b6546e278967711b3df0e98ef59f3422b4345429ac023 nautilus-python-4.0.1.tar.gz
|
|
"
|