# Maintainer: Trizen _pkgname=sidef pkgname=sidef-git pkgver=0.10 pkgrel=1 pkgdesc="A modern object-oriented programming language. (-git version)" arch=('any') url="https://github.com/trizen/sidef" license=('GPLv3') makedepends=('git' 'perl-module-build') provides=('sidef') conflicts=('sidef') depends=('perl>=5.14.0' 'perl-data-dump') source=('git://github.com/trizen/sidef.git') md5sums=('SKIP') pkgver() { cd $_pkgname git describe --always | sed -e 's|-|.|g' } package() { cd "$_pkgname" perl Build.PL --destdir "$pkgdir" --installdirs vendor ./Build ./Build test ./Build install --install_path script=/usr/bin }