# Maintainer: Toqoz pkgname=slip pkgver=1.0.5 pkgrel=1 pkgdesc='dmenu interface to select and upload screen(shot) to imgur with the help of slop. (Screencasts too)' arch=('any') url='https://github.com/Toqozz/slip' license=('GPL') depends=('curl' 'slop' 'dmenu' 'maim') optdepends=('ffmpeg: taking screencasts' 'libnotify: upload notification' 'xsel: copy link to clipboard') source=("https://github.com/Toqozz/slip/archive/${pkgver}.tar.gz") sha256sums=('cb7a0c4771b91b8810e3ca16893a7d1161956ce6e9c0e42aa5b3c64d43b28cd3') package() { cd "$pkgname-$pkgver" install -D -m 755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}" install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }