cruxports/gjs/Pkgfile

19 lines
529 B
Plaintext
Raw Normal View History

2022-02-05 20:39:19 +00:00
# Description: JavaScript bindings for GNOME
2022-04-16 12:44:36 +00:00
# URL: https://gitlab.gnome.org/GNOME/gjs
2022-02-05 20:39:19 +00:00
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: cairo gobject-introspection meson dbus mozjs78 readline
name=gjs
2022-04-16 12:44:36 +00:00
version=1.72.0
2022-02-05 20:39:19 +00:00
release=1
2022-04-16 12:44:36 +00:00
source=(https://gitlab.gnome.org/GNOME/$name/-/archive/$version/$name-$version.tar.bz2)
2022-02-05 20:39:19 +00:00
build () {
cd $name-$version
meson build --prefix=/usr --buildtype release \
-D profiler=disabled \
-D installed_tests=false
meson compile -C build
DESTDIR=$PKG ninja -C build install
}