Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rasmus Thomsen
aports
Commits
bffb5065
Commit
bffb5065
authored
Jun 13, 2017
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/osinfo-db: new aport
osinfo database files
http://libosinfo.org/
parent
0385111f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
testing/osinfo-db/APKBUILD
testing/osinfo-db/APKBUILD
+30
-0
No files found.
testing/osinfo-db/APKBUILD
0 → 100644
View file @
bffb5065
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
osinfo-db
pkgver
=
20170423
pkgrel
=
0
pkgdesc
=
"osinfo database files"
url
=
"http://libosinfo.org/"
arch
=
"noarch"
license
=
"LGPLv2+"
depends
=
""
makedepends
=
"osinfo-db-tools"
install
=
""
subpackages
=
""
source
=
"https://releases.pagure.org/libosinfo/osinfo-db-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/osinfo-db-
$pkgver
"
build
()
{
cd
"
$builddir
"
}
check
()
{
osinfo-db-validate
--dir
"
$builddir
"
}
package
()
{
cd
"
$builddir
"
osinfo-db-import
--root
"
$pkgdir
"
\
--dir
/usr/share/osinfo
"
$srcdir
"
/osinfo-db-
$pkgver
.tar.xz
}
sha512sums
=
"5ca13ced160f19dced65f3552e17a0379a47a05f1aa3bdd533550022f0023050b6cc1b43b2da6cff3fa10451f81560fbb0db241a11ed072b9f101db1bd301833 osinfo-db-20170423.tar.xz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment