contrib/osinfo-db/Pkgfile

18 lines
380 B
Plaintext
Raw Normal View History

# Description: The osinfo database
# URL: https://libosinfo.org/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: osinfo-db-tools
name=osinfo-db
2024-06-11 13:15:49 -05:00
version=20240523
release=1
source=(https://releases.pagure.org/libosinfo/$name-$version.tar.xz)
unpack_source() {
2024-05-18 17:20:53 -05:00
:
}
build() {
2024-05-18 17:20:53 -05:00
osinfo-db-import --root $PKG --system $PKGMK_SOURCE_DIR/$name-$version.tar.xz
}