27 lines
962 B
Plaintext
27 lines
962 B
Plaintext
# Template file for 'gjs'
|
|
pkgname=gjs
|
|
version=1.31.20
|
|
homepage="http://live.gnome.org/Gjs"
|
|
distfiles="${GNOME_SITE}/$pkgname/1.31/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
short_desc="Mozilla-based javascript bindings for the GNOME platform"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="MPL-1.1, LGPL-2.1, GPL-2"
|
|
checksum=4601f1423dbc0326529cba95cd0475a32ca62ee3215812665cf58e32080a9d11
|
|
long_desc="
|
|
Makes it possible for applications to use all of GNOME's platform libraries
|
|
using the Javascript language. It's mainly based on the Mozilla javascript
|
|
engine and the GObject introsepection framework."
|
|
|
|
subpackages="gjs-devel"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build libffi-devel
|
|
Add_dependency build libgirepository-devel
|
|
Add_dependency build dbus-glib-devel
|
|
Add_dependency build cairo-devel
|
|
Add_dependency build readline-devel
|
|
Add_dependency build js-devel
|
|
Add_dependency build gobject-introspection
|