forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibid3tag.yaml
58 lines (50 loc) · 1.2 KB
/
libid3tag.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
56
57
package:
name: libid3tag
version: 0.16.3
epoch: 1
description: MAD ID3 tagger for MP3 audio files
copyright:
- license: GPL-2.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- cmake
- openssf-compiler-options
- samurai
- zlib-dev
pipeline:
- uses: git-checkout
with:
repository: https://codeberg.org/tenacityteam/libid3tag
tag: ${{package.version}}
expected-commit: e02ecf1276b467a8a5dd20c55ce711e6f7116d3e
- runs: |
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=MinSizeRel \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
cmake --build build
- runs: |
DESTDIR="${{targets.destdir}}" cmake --install build
- uses: strip
subpackages:
- name: libid3tag-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- libid3tag
description: libid3tag dev
test:
pipeline:
- uses: test/pkgconf
update:
enabled: false
manual: true
exclude-reason: >
we need to manually update because it does not use GitHub. Release Monitor (id: 21478) is outdated or wrong.