New package: perl-Crypt-IDEA-1.10

This commit is contained in:
newbluemoon 2018-04-23 20:09:43 +02:00 committed by maxice8
parent 2c4473655d
commit 982a03ddd1
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'perl-Crypt-IDEA'
pkgname=perl-Crypt-IDEA
version=1.10
revision=1
wrksrc="${pkgname#perl-}-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="perl"
depends="perl"
short_desc="Perl interface to IDEA block cipher"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="Custom"
homepage="https://metacpan.org/release/Crypt-IDEA"
distfiles="${CPAN_SITE}/Crypt/Crypt-IDEA-${version}.tar.gz"
checksum=33bd78c11924a0fc1ff3eedde94078cbbf6b6ca9ede046d2b2f561e9e9a72019
post_install() {
vlicense COPYRIGHT
}