mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: perl-Crypt-DES-2.07
This commit is contained in:
parent
62bd5b6b34
commit
6ff3432593
1 changed files with 20 additions and 0 deletions
20
srcpkgs/perl-Crypt-DES/template
Normal file
20
srcpkgs/perl-Crypt-DES/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'perl-Crypt-DES'
|
||||||
|
pkgname=perl-Crypt-DES
|
||||||
|
version=2.07
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname#perl-}-${version}"
|
||||||
|
build_style=perl-module
|
||||||
|
hostmakedepends="perl"
|
||||||
|
makedepends="perl"
|
||||||
|
checkdepends="perl-Crypt-CBC"
|
||||||
|
depends="perl"
|
||||||
|
short_desc="Perl interface to DES block cipher"
|
||||||
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
|
license="Custom"
|
||||||
|
homepage="https://metacpan.org/release/Crypt-DES"
|
||||||
|
distfiles="${CPAN_SITE}/Crypt/Crypt-DES-${version}.tar.gz"
|
||||||
|
checksum=2db1ebb5837b4cb20051c0ee5b733b4453e3137df0a92306034c867621edd7e7
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYRIGHT
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue