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

pkgname='cpan2aur2git'
pkgver='0.0.1'
pkgrel='1'
pkgdesc="CPAN2AUR wrapper"
arch=('any')
url='https://github.com/bence98/cpan2aur2git'
license=('GPL-3.0-or-later')
options=('!emptydirs')
depends=()
source=("$pkgname-$pkgver::git+https://github.com/bence98/cpan2aur2git.git#tag=v0.0.1")
md5sums=('SKIP')

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