blob: d0c17d20b84f6d15a8b1888379c02a4291ad0fd4 (
plain)
1 # Description: The osinfo database
2 # URL: https://libosinfo.org/
3 # Maintainer: Matt Housh, jaeger at crux dot ninja
4 # Depends on: osinfo-db-tools
5
6 name=osinfo-db
7 version=20221130
8 release=1
9 source=(https://releases.pagure.org/libosinfo/$name-$version.tar.xz)
10
11 unpack_source() {
12 :
13 }
14
15 build() {
16 osinfo-db-import --root $PKG --system $PKGMK_SOURCE_DIR/$name-$version.tar.xz
17 }
|