17 lines
536 B
Plaintext
17 lines
536 B
Plaintext
# Description: Alien::Build plugin to download from GitLab
|
|
# URL: https://metacpan.org/release/Alien-Build-Plugin-Download-GitLab
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
# Depends on: p5-alien-build p5-path-tiny p5-uri
|
|
|
|
name=p5-alien-build-download-gitlab
|
|
version=0.01
|
|
release=1
|
|
source=(https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-Plugin-Download-GitLab-$version.tar.gz)
|
|
|
|
build() {
|
|
cd Alien-Build-Plugin-Download-GitLab-$version
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|