-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathlibdbi.yaml
44 lines (36 loc) · 948 Bytes
/
libdbi.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
package:
name: libdbi
version: 0.9.0
epoch: 0
description: "Database independent abstraction layer for C"
copyright:
- license: LGPL-2.1-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
pipeline:
- uses: fetch
with:
uri: https://downloads.sourceforge.net/project/libdbi/libdbi/libdbi-${{package.version}}/libdbi-${{package.version}}.tar.gz
expected-sha512: ee8777195af43057409d051a6055ec0467cd926d48da076458b09f91d2f0995a1cc4bc071762e401b7bdcd8a4173fd8ea3472db3a1518e34b4c5b5ed24e4e2ce
- uses: autoconf/configure
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: "libdbi-dev"
description: "libdbi headers"
pipeline:
- uses: split/dev
dependencies:
runtime:
- libdbi
update:
enabled: true
release-monitor:
identifier: 1589