diff options
author | Andy Weidenbaum | 2016-01-08 22:22:36 -0800 |
---|---|---|
committer | Andy Weidenbaum | 2016-01-08 22:22:36 -0800 |
commit | a9a75081d7d144b2a38e6ea0ab62cdee15f2802f (patch) | |
tree | 501d2139cb8733710ca7cd9ac0c5e152786f42dc /.SRCINFO | |
download | aur-a9a75081d7d144b2a38e6ea0ab62cdee15f2802f.tar.gz |
Initial import
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 00000000000..9cb4cc8aa4d --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,20 @@ +# Generated by mksrcinfo v8 +# Sat Jan 9 06:22:34 UTC 2016 +pkgbase = perl6-net-curl + pkgdesc = Perl 6 interface to libcurl, the free and easy-to-use client-side URL transfer library + pkgver = 0.0.1 + pkgrel = 1 + url = https://github.com/azawawi/perl6-net-curl + arch = any + groups = perl6 + license = PerlArtistic + checkdepends = perl + makedepends = alacryd + makedepends = git + depends = curl + depends = perl6 + source = perl6-net-curl-0.0.1::git+https://github.com/azawawi/perl6-net-curl + sha256sums = SKIP + +pkgname = perl6-net-curl + |