mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: getmail-4.43.0.
This commit is contained in:
parent
31c6e92f43
commit
0c5d3c79cc
1 changed files with 22 additions and 0 deletions
22
srcpkgs/getmail/template
Normal file
22
srcpkgs/getmail/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'getmail'
|
||||||
|
pkgname=getmail
|
||||||
|
version=4.43.0
|
||||||
|
revision=1
|
||||||
|
build_style=python-module
|
||||||
|
hostmakedepends="python-devel"
|
||||||
|
makedepends="${hostmakedepends}"
|
||||||
|
short_desc="A POP3 mail retriever with reliable Maildir and command delivery"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://pyropus.ca/software/getmail"
|
||||||
|
distfiles="http://pyropus.ca/software/getmail/old-versions/$pkgname-$version.tar.gz"
|
||||||
|
checksum=1e22458966344983d38affd2c443929171d48a1107cf8298293e5d291a916c29
|
||||||
|
|
||||||
|
getmail_package() {
|
||||||
|
pycompile_module="getmailcore"
|
||||||
|
depends="python"
|
||||||
|
noarch=yes
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue