mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
4d21a4896b
commit
f13e220470
1 changed files with 21 additions and 0 deletions
21
srcpkgs/sieve-connect/template
Normal file
21
srcpkgs/sieve-connect/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'sieve-connect'
|
||||||
|
pkgname=sieve-connect
|
||||||
|
version=0.90
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="perl"
|
||||||
|
depends="perl-Authen-SASL perl-IO-Socket-INET6 perl-IO-Socket-SSL perl-Net-DNS
|
||||||
|
perl-Term-ReadKey perl-Term-ReadLine-Gnu"
|
||||||
|
short_desc="Client for the MANAGESIEVE protocol"
|
||||||
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://people.spodhuis.org/phil.pennock/software/"
|
||||||
|
changelog="https://people.spodhuis.org/phil.pennock/software/sieve-connect.ChangeLog.txt"
|
||||||
|
distfiles="https://people.spodhuis.org/phil.pennock/software/sieve-connect-${version}.tar.bz2"
|
||||||
|
checksum=4a188ba50009170b5a7a51cbd0dbaab972eb1e42a3ad7c2d8d22fb63f2f77603
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin sieve-connect
|
||||||
|
vman sieve-connect.1
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue