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