New package: osinfo-db-20170813.
This commit is contained in:
parent
ea9f455e4f
commit
34a4c63cc4
1 changed files with 17 additions and 0 deletions
17
srcpkgs/osinfo-db/template
Normal file
17
srcpkgs/osinfo-db/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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"
|
||||
}
|
Loading…
Reference in a new issue