37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
# Template file for 'seahorse'
|
|
pkgname=seahorse
|
|
version=3.8.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-compile
|
|
--enable-ldap --enable-hkp --disable-debug"
|
|
hostmakedepends="which pkg-config intltool gnome-doc-utils itstool"
|
|
makedepends="gtk+3-devel>=3.8 gcr-devel>=3.8 libsecret-devel
|
|
gpgme-devel libldap-devel libsoup-devel avahi-glib-libs-devel
|
|
openssh>=6.1p1"
|
|
short_desc="Encryption Made Easy"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://projects.gnome.org/seahorse/"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
|
checksum=b3837d088b7e3f7ebc41cb3f11c5c85e2df7e06bdc538a3e85bb1a13c34c9a12
|
|
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..."
|
|
|
|
seahorse_package() {
|
|
depends="hicolor-icon-theme desktop-file-utils gcr>=3.6.2 openssh>=6.1p1"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|