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
52acc2b6
Commit
52acc2b6
authored
7 years ago
by
Ed Reel
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1733 from lovedheart/patch-11
Create graphene.rb
parents
89c4a093
089269b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
packages/graphene.rb
packages/graphene.rb
+29
-0
No files found.
packages/graphene.rb
0 → 100644
View file @
52acc2b6
require
'package'
class
Graphene
<
Package
description
'A thin layer of graphic data types'
homepage
'https://github.com/ebassi/graphene'
version
'1.6.0'
source_url
'https://github.com/ebassi/graphene/archive/1.6.0.tar.gz'
source_sha256
'98970f859e452ce421b72726ca727fdf3ac27cb4804b62bfe520157fa46aa2fd'
depends_on
'meson'
depends_on
'gobject_introspection'
def
self
.
build
system
"meson _build --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
-Denable-arm-neon=false"
end
def
self
.
install
Dir
.
chdir
(
"_build"
)
do
system
"ninja install"
end
end
def
self
.
check
Dir
.
chdir
(
"_build"
)
do
system
"ninja test"
end
end
end
This diff is collapsed.
Click to expand it.
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