36 lines
1.1 KiB
Text
36 lines
1.1 KiB
Text
# Template file for 'seahorse-sharing'
|
|
pkgname=seahorse-sharing
|
|
version=3.6.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config intltool gnome-doc-utils gtk+3-devel>=3.6.1
|
|
gpgme-devel libsoup-devel>=2.40 avahi-glib-libs-devel libSM-devel
|
|
gnupg"
|
|
short_desc="Sharing of PGP public keys via DNS-SD and HKP"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org/projects/seahorse/"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
|
checksum=678af1602b1ee08bc2e83d9e6da594f67843a316e0d16c25b5f31dfa6c692ff1
|
|
long_desc="
|
|
Seahorse is a GNOME application for managing encryption keys. It also
|
|
integrates with nautilus, gedit and other places for encryption operations.
|
|
|
|
With seahorse you can...
|
|
|
|
* Create and manage PGP keys
|
|
* Create and manage SSH keys
|
|
* Publish and retrieve keys from key servers
|
|
* Cache your passphrase so you don't have to keep typing it
|
|
* Backup your keys and keyring
|
|
* more...
|
|
|
|
This package contains additional functionality for GNOME's Seahorse
|
|
to share PGP public keys via DNS-SD and HKP."
|
|
|
|
seahorse-sharing_package() {
|
|
depends="gnupg"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|