4607ae6b87
Closes: #22723
18 lines
636 B
Bash
18 lines
636 B
Bash
# Template file for 'osinfo-db'
|
|
pkgname=osinfo-db
|
|
version=20200529
|
|
revision=1
|
|
archs=noarch
|
|
build_style=fetch
|
|
hostmakedepends="osinfo-db-tools"
|
|
short_desc="Osinfo database about operating systems"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://libosinfo.org"
|
|
distfiles="https://releases.pagure.org/libosinfo/${pkgname}-${version}.tar.xz"
|
|
checksum=3620b5beed29bd7663fd35637ac209b0c7eeb12417ee1ea56150565e64727955
|
|
skip_extraction="${pkgname}-${version}.tar.xz"
|
|
|
|
do_install() {
|
|
osinfo-db-import --root "$DESTDIR" --system "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
|
|
}
|