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