Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
build: add lib gobject-introspection
Browse files Browse the repository at this point in the history
Introspection system for GObject-based libraries.

Logs: add lib gobject-introspection
  • Loading branch information
lampze authored and kamiyadm committed Dec 29, 2023
1 parent 8742c54 commit c0b45ee
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions gobject-introspection/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
package:
id: gobject-introspection
name: gobject-introspection
version: 1.72.0
kind: lib
description: |
Introspection system for GObject-based libraries.
base:
id: org.deepin.base
version: 23.0.0

depends:
- id: python/3.10.13

source:
kind: git
url: https://gitlab.gnome.org/GNOME/gobject-introspection.git
commit: c1ce7d179cfce327162bd206cdf2808bd9bd0cc7

build:
kind: autotools
manual:
configure: |
export HOME="/root"
meson ${conf_args} ${extra_args} ${build_dir}
build: |
cd ${build_dir}
ninja ${jobs}
install: |
env DESTDIR=${dest_dir} ninja install

0 comments on commit c0b45ee

Please sign in to comment.