17 lines
618 B
Bash
17 lines
618 B
Bash
# Template file for 'osinfo-db'
|
|
pkgname=osinfo-db
|
|
version=20180318
|
|
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=227d045e4d28670d10c6527fb34dd2fdf5d0d98bec6fd3242c0de9154a8b8698
|
|
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"
|
|
}
|