osinfo-db-tools: initial import, version 1.10.0

This commit is contained in:
Matt Housh 2022-07-30 14:39:45 -05:00
parent c7c3bc3869
commit 7d8aa55227
3 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,13 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/osinfo-db-export
-rwxr-xr-x root/root usr/bin/osinfo-db-import
-rwxr-xr-x root/root usr/bin/osinfo-db-path
-rwxr-xr-x root/root usr/bin/osinfo-db-validate
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/osinfo-db-export.1.gz
-rw-r--r-- root/root usr/share/man/man1/osinfo-db-import.1.gz
-rw-r--r-- root/root usr/share/man/man1/osinfo-db-path.1.gz
-rw-r--r-- root/root usr/share/man/man1/osinfo-db-validate.1.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3w1FUcT7xQ/K3lJsrHY0GUAR/MfTIu16lXqdh1Cn/LetNpOBhlqBk3BK+sAohkls6SzGzDgsBhLhpGTdY5pBTg8=
SHA256 (Pkgfile) = 7d11e8e2efd12bf033fef92caf982e21950476c9db31af8715c1521ca554e2e4
SHA256 (.footprint) = d2e040faa98b58abbf6627e6d095622b7b52ddc4299f818621bcaefd9902e755
SHA256 (osinfo-db-tools-1.10.0.tar.xz) = 802cdd53b416706ea5844f046ddcfb658c1b4906b9f940c79ac7abc50981ca68

19
osinfo-db-tools/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Tools for management of the osinfo database
# URL: https://libosinfo.org/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: meson glib json-glib libsoup3
name=osinfo-db-tools
version=1.10.0
release=1
source=(https://releases.pagure.org/libosinfo/$name-$version.tar.xz)
build() {
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain
meson compile -C build
DESTDIR=$PKG meson install -C build
rm -r $PKG/usr/share/locale
}