forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
graphene.yaml
55 lines (49 loc) · 1.19 KB
/
graphene.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Generated from https://git.alpinelinux.org/aports/plain/main/graphene/APKBUILD
package:
name: graphene
version: 1.10.8
epoch: 3
description: A thin layer of graphic data types
copyright:
- license: MIT
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- glib-dev
- glib-gir
- gobject-introspection-dev
- meson
pipeline:
- uses: fetch
with:
expected-sha256: 922dc109d2dc5dc56617a29bd716c79dd84db31721a8493a13a5f79109a4a4ed
uri: https://github.com/ebassi/graphene/archive/${{package.version}}/graphene-${{package.version}}.tar.gz
- runs: |
meson \
--prefix=/usr \
-Dinstalled_tests=false \
. output
meson compile ${JOBS:+-j ${JOBS}} -C output
DESTDIR="${{targets.destdir}}" meson install --no-rebuild -C output
- uses: strip
subpackages:
- name: graphene-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- graphene
description: graphene dev
test:
pipeline:
- uses: test/pkgconf
update:
enabled: true
github:
identifier: ebassi/graphene
use-tag: true