mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
New package: perl-DBD-SQLite-1.40.
This commit is contained in:
parent
41a7cc65b1
commit
a4a6782594
1 changed files with 21 additions and 0 deletions
21
srcpkgs/perl-DBD-SQLite/template
Normal file
21
srcpkgs/perl-DBD-SQLite/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template build file for 'perl-DBD-SQLite'.
|
||||||
|
pkgname=perl-DBD-SQLite
|
||||||
|
version=1.40
|
||||||
|
revision=1
|
||||||
|
wrksrc="DBD-SQLite-${version}"
|
||||||
|
build_style=perl-module
|
||||||
|
hostmakedepends="perl"
|
||||||
|
makedepends="perl-DBI"
|
||||||
|
short_desc="DBD::SQLite - Self-contained RDBMS in a DBI driver"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://search.cpan.org/dist/DBD-SQLite"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="${CPAN_SITE}/DBD/DBD-SQLite-$version.tar.gz"
|
||||||
|
checksum=21fb65e740b6265512c82232b4ad8f75c19ac84c216830112656274eb8e375fb
|
||||||
|
|
||||||
|
perl-DBD-SQLite_package() {
|
||||||
|
depends="perl-DBI"
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue