mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
16 lines
416 B
Plaintext
Executable File
16 lines
416 B
Plaintext
Executable File
# description : Python3 bindings for PyGObject3
|
|
# depends : python3-cairo gobject-introspection
|
|
|
|
name=python3-gobject3
|
|
version=3.46.0
|
|
release=1
|
|
source="$name-$version.tar.gz::https://ftp.gnome.org/pub/gnome/sources/pygobject/${version%.*}/pygobject-$version.tar.xz"
|
|
|
|
build() {
|
|
|
|
venom-meson pygobject-$version build \
|
|
-Dpython=python3
|
|
meson compile -C build
|
|
DESTDIR=$PKG meson install --no-rebuild -C build
|
|
}
|