18 lines
607 B
Bash
18 lines
607 B
Bash
|
# Template file for 'osinfo-db'
|
||
|
pkgname=osinfo-db
|
||
|
version=20170813
|
||
|
revision=1
|
||
|
hostmakedepends="osinfo-db-tools"
|
||
|
short_desc="Osinfo database about operating systems"
|
||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||
|
license="GPL-2"
|
||
|
homepage="https://libosinfo.org"
|
||
|
distfiles="https://releases.pagure.org/libosinfo/$pkgname-$version.tar.xz"
|
||
|
checksum=dc3922822d930947f4a80b24bbc2d2be6c09569215a053bc909f3aa58a18316d
|
||
|
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"
|
||
|
}
|