mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 05:37:01 +02:00
14 lines
486 B
Bash
14 lines
486 B
Bash
# Template file for 'perl-enum'
|
|
pkgname=perl-enum
|
|
version=1.12
|
|
revision=1
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl"
|
|
depends="perl"
|
|
short_desc="C style enumerated types and bitmask flags in Perl"
|
|
maintainer="dkwo <npiazza@disroot.org>"
|
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
|
homepage="https://github.com/neilb/enum"
|
|
distfiles="${CPAN_SITE}/enum/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=69a7a891cd3888ed8b02c5e99a1f489f92a62ec351c0bc7894fd7bd7d1447ea9
|