summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e49adef1d41703ac26e8fa5c03456f96749cb985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Matteljay <matteljay at pm dot me>
pkgname=clipcommander
pkgver=2019.01.12
pkgrel=1
pkgdesc='Clipboard selection monitor youtube-dl GUI front-end'
arch=('any')
url="https://github.com/Matteljay/$pkgname"
license=('MIT')
depends=('python-kivy' 'python-pillow' 'xclip' 'xterm' 'youtube-dl' 'ffmpeg')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Matteljay/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('ee5d72d0d7c3c0cbd05ec8d1c979fde0757ee3032d099df91885f947d536fd62')

package() {
    cd $pkgname-$pkgver
    mkdir -vp $pkgdir/usr/bin/ $pkgdir/usr/share/
    cp -vf $pkgname.py $pkgdir/usr/bin/
    cp -vrf data/* $pkgdir/usr/share/
}

# End of file