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 20:15:49 +02:00
version=20240523
release=1
source=(https://releases.pagure.org/libosinfo/$name-$version.tar.xz)
unpack_source() {
2024-05-19 00:20:53 +02:00
:
}
build() {
2024-05-19 00:20:53 +02:00
osinfo-db-import --root $PKG --system $PKGMK_SOURCE_DIR/$name-$version.tar.xz
}