18 lines
618 B
Bash
18 lines
618 B
Bash
# Template file for 'osinfo-db'
|
|
pkgname=osinfo-db
|
|
version=20180325
|
|
revision=1
|
|
hostmakedepends="osinfo-db-tools"
|
|
short_desc="Osinfo database about operating systems"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://libosinfo.org"
|
|
distfiles="https://releases.pagure.org/libosinfo/$pkgname-$version.tar.xz"
|
|
checksum=3aa3fd794a436162cdd732fe764a3f27faf429a5178e3bc4fabb3cdebf26aa52
|
|
skip_extraction="$pkgname-$version.tar.xz"
|
|
create_wrksrc=yes
|
|
|
|
do_install() {
|
|
osinfo-db-import --root "$DESTDIR" --system "${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
|
|
}
|