18 lines
622 B
Bash
18 lines
622 B
Bash
# Template file for 'osinfo-db'
|
|
pkgname=osinfo-db
|
|
version=20220727
|
|
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/osinfo-db-${version}.tar.xz"
|
|
checksum=2291e5234ed899a830c36f2b4056ff5e76235f4ba07b593421f4865290634d5e
|
|
skip_extraction="${pkgname}-${version}.tar.xz"
|
|
|
|
do_install() {
|
|
osinfo-db-import --root "$DESTDIR" --system "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
|
|
}
|