#Maintainer: Yucef Sourani pkgname=pysavetube pkgver=1.0 pkgrel=2 pkgdesc="Videos Downloader." arch=('any') url="https://github.com/yucefsourani/${pkgname}" license=('GPL3') depends=('python' 'gtk3' 'python-gobject' 'gettext' 'libhandy') makedepends=('git' 'gettext') source=("$pkgname"::"git+https://github.com/yucefsourani/pysavetube.git") sha256sums=('SKIP') package() { cd "$pkgname" make install DESTDIR="$pkgdir" INSTALL="/usr/bin/install -p" }