# Maintainer: Philipp Schaffrath pkgname=giph pkgver=1.1.1 pkgrel=2 pkgdesc='video recorder that records the desktop, a window or a selection' url='https://github.com/phisch/giph' license=('MIT') arch=('any') depends=('bash' 'ffmpeg' 'xdotool') optdepends=('slop: for interactive selection' 'libnotify: for error and success notifications' 'procps-ng: for pgrep used in the --stop flag') makedepends=('git') provides=('giph') conflicts=('giph') source=("${url}/archive/${pkgver}.tar.gz") sha256sums=('09fc964cc3cfcd942d5d2983667b65bf126fbfbba53cdcfb80fe3d87d1240667') package() { cd "$pkgname-${pkgver}" make DESTDIR="${pkgdir}" PREFIX="/usr" install install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }