New package: mb2md-3.20

closes #7973

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
Doan Tran Cong Danh 2019-01-30 09:09:46 +07:00 committed by maxice8
parent 16101e54e2
commit 069dfc546f
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 16 additions and 0 deletions

16
srcpkgs/mb2md/template Normal file
View File

@ -0,0 +1,16 @@
# Template file for 'mb2md'
pkgname=mb2md
version=3.20
revision=1
create_wrksrc=yes
depends="perl-TimeDate"
short_desc="Convert mbox mailboxes into maildir mailboxes"
maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
license="Public Domain"
homepage="http://batleth.sapienti-sat.org/projects/${pkgname}"
distfiles="${homepage}/${pkgname}-${version}.pl.gz"
checksum=af45a9b5413a9fe49be0092e560485bf17efc50a4eb4a90744e380c4869f732f
do_install() {
vbin mb2md-${version}.pl mb2md
}