17 lines
623 B
Bash
17 lines
623 B
Bash
# Template file for 'osinfo-db'
|
|
pkgname=osinfo-db
|
|
version=20210903
|
|
revision=1
|
|
build_style=fetch
|
|
hostmakedepends="osinfo-db-tools"
|
|
short_desc="Osinfo database about operating systems"
|
|
maintainer="skmpz <dem.procopiou@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://libosinfo.org"
|
|
distfiles="https://releases.pagure.org/libosinfo/${pkgname}-${version}.tar.xz"
|
|
checksum=30e7d3f21bc0d3a24fd23da29f6364afe896d7c9e2dfb39f0999ffc6b7730834
|
|
skip_extraction="${pkgname}-${version}.tar.xz"
|
|
|
|
do_install() {
|
|
osinfo-db-import --root "$DESTDIR" --system "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
|
|
}
|