summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8279951e424f594fd7d0e0826d25a921e8ee4149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#Maintainer: Yucef Sourani <youssef.m.sourani@gmail.com>
pkgname=pysavetube
pkgver=1.0
pkgrel=3
pkgdesc="Videos Downloader."
arch=('any')
url="https://github.com/yucefsourani/${pkgname}"
license=('GPL3')
depends=('python' 'gtk3' 'python-gobject' 'gettext' 'libhandy' 'gnome-icon-theme')
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"
}