summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 94c2fae4f96d036a2a49a860e939a75630b2a723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Bence Cs <bence98 at sch bme hu>

pkgname='cpan2aur2git'
pkgver='0.0.2'
pkgrel='1'
pkgdesc="CPAN2AUR wrapper"
arch=('any')
url="https://github.com/bence98/${pkgname}"
license=('GPL-3.0-or-later')
options=('!emptydirs')
depends=('perl-cpanplus-dist-arch' 'python-requests')
makedepends=('git')
optdepends=('postfix: for receiving mail for automatic processing with cpanbot-mail')
source=("git+${url}#tag=v${pkgver}")
md5sums=('SKIP')

package() {
	cd "$pkgname"
	make DESTDIR="$pkgdir/" install
}