Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bart Ribbers
aports
Commits
13cd9e4b
Commit
13cd9e4b
authored
8 years ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
testing/seahorse: new aport
parent
cb00129d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/seahorse/APKBUILD
+38
-0
38 additions, 0 deletions
testing/seahorse/APKBUILD
with
38 additions
and
0 deletions
testing/seahorse/APKBUILD
0 → 100644
+
38
−
0
View file @
13cd9e4b
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
seahorse
pkgver
=
3.20.0
pkgrel
=
0
pkgdesc
=
"GNOME application for managing PGP keys."
url
=
"http://projects.gnome.org/seahorse/"
arch
=
"all"
license
=
"GPL"
depends
=
"openssh dconf"
depends_dev
=
""
makedepends
=
"
$depends_dev
vala libxml2-utils
yelp-tools intltool itstool gpgme-dev libsoup-dev
libsm-dev libsecret-dev gobject-introspection
gtk+3.0-dev gcr-dev glib-dev"
install
=
""
subpackages
=
"
$pkgname
-lang
$pkgname
-doc"
source
=
"http://ftp.gnome.org/pub/GNOME/sources/
$pkgname
/
${
pkgver
:0:4
}
/
$pkgname
-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
build
()
{
cd
"
$builddir
"
./configure
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--localstatedir
=
/var
\
--disable-schemas-compile
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"06cdf9805d9d1adddd0140d13f1bd234 seahorse-3.20.0.tar.xz"
sha256sums
=
"e2b07461ed54a8333e5628e9b8e517ec2b731068377bf376570aad998274c6df seahorse-3.20.0.tar.xz"
sha512sums
=
"a02d3da7af95256941ef065ac024bd5bfb53a026767b951fa2e26446fb0eed23707e69f72f6e8ebfa7d538823fa41411709fa2bebad4fbd662af1e81bc15ab82 seahorse-3.20.0.tar.xz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment