# Maintainer: Marcin Tydelski # Contributor: Brian Douglass pkgname=clickable pkgver=261.25fb4ca pkgrel=1 _gitname=clickable pkgdesc='Compile, build, and deploy Ubuntu Touch click packages all from the command line.' arch=('i686' 'x86_64') url='https://github.com/bhdouglass/clickable' license=('GPL3') depends=('python' 'docker' 'python-cookiecutter' 'android-tools') optdepends=('lxd') makedepends=('git') provides=("${pkgname%}") conflicts=("${pkgname%}") install="${pkgname%-*}.install" source=('git+https://github.com/bhdouglass/clickable.git') sha256sums=('SKIP') pkgver() { cd $_gitname echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD) } package() { mkdir -p $pkgdir/usr/bin install -m755 -t $pkgdir/usr/bin/ $srcdir/$pkgname/clickable-dev #mv $pkgdir/usr/bin/clickable-dev $pkgdir/usr/bin/clickable } # vim: ts=2 sw=2 et: