# Template file for 'osinfo-db' pkgname=osinfo-db version=20220516 revision=1 build_style=fetch hostmakedepends="osinfo-db-tools" short_desc="Osinfo database about operating systems" maintainer="skmpz " license="GPL-2.0-or-later" homepage="https://libosinfo.org" distfiles="https://releases.pagure.org/libosinfo/${pkgname}-${version}.tar.xz" checksum=d60f69d8afc9dcc53d76a2fb68d54c26d1fdc3a822b95c1801de58c3c66cda6d skip_extraction="${pkgname}-${version}.tar.xz" do_install() { osinfo-db-import --root "$DESTDIR" --system "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}.tar.xz" }