mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 12:45:20 +03:00
26 lines
845 B
Text
26 lines
845 B
Text
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=perl-css-squish
|
|
pkgver=0.10
|
|
pkgrel=2
|
|
pkgdesc="CSS::Squish perl module"
|
|
url="https://metacpan.org/release/CSS-Squish/"
|
|
arch="noarch"
|
|
license="GPL-2.0 or Artistic"
|
|
depends="perl perl-uri perl-test-longstring"
|
|
subpackages="$pkgname-doc"
|
|
source="https://cpan.metacpan.org/authors/id/T/TS/TSIBLEY/CSS-Squish-$pkgver.tar.gz"
|
|
|
|
builddir="$srcdir"/CSS-Squish-$pkgver
|
|
|
|
build() {
|
|
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
|
make && make test
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
|
}
|
|
|
|
sha512sums="82140c51a1e0cbed5e63a04134f56f8dcc0b383aa6b7b40574cf6636d3f92373cdd0eb474045daa8c5769cea7cd2b60bc7b36804ebea090541174d9a9e0ba6ac CSS-Squish-0.10.tar.gz"
|