Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
86e4b853
Commit
86e4b853
authored
Aug 22, 2018
by
superloach
Committed by
Ed Reel
Aug 22, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Json-Glib (#2584)
* Add Json-Glib * Fixed per inline comments
parent
57eca15e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
packages/json_glib.rb
packages/json_glib.rb
+27
-0
No files found.
packages/json_glib.rb
0 → 100644
View file @
86e4b853
require
'package'
class
Json_glib
<
Package
description
'JSON-GLib implements a full suite of JSON-related tools using GLib and GObject.'
homepage
'https://wiki.gnome.org/Projects/JsonGlib'
version
'1.4.2'
source_url
'https://download.gnome.org/sources/json-glib/1.4/json-glib-1.4.2.tar.xz'
source_sha256
'2d7709a44749c7318599a6829322e081915bdc73f5be5045882ed120bb686dc8'
depends_on
'meson'
depends_on
'gtk_doc'
depends_on
'glib'
depends_on
'gobject_introspection'
def
self
.
build
system
"meson --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
_build"
system
"ninja -C _build"
end
def
self
.
check
system
"meson test -C _build"
end
def
self
.
install
system
"DESTDIR=
#{
CREW_DEST_DIR
}
ninja -C _build install"
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment