20 lines
541 B
Bash
20 lines
541 B
Bash
# Template file for 'perl-Data-UUID'
|
|
pkgname=perl-Data-UUID
|
|
version=1.224
|
|
revision=1
|
|
wrksrc="Data-UUID-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl"
|
|
depends="perl"
|
|
short_desc="Data::UUID - Globally/Universally Unique Identifiers"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://metacpan.org/release/Data-UUID"
|
|
distfiles="${CPAN_SITE}/Data/Data-UUID-${version}.tar.gz"
|
|
checksum=c958c17502bbef5eccf40c040874895747f7f9b9f9e5192c18688370981bf47c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|