1 # Maintainer: Thore Bödecker <foxxx0@archlinux.org>
2 # Contributor: Chris Down <chris@chrisdown.name>
7 pkgdesc='Polling-free clipboard notifier'
8 url='https://github.com/cdown/clipnotify'
10 license=('custom:Public Domain')
11 depends=('libx11' 'libxfixes')
13 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cdown/clipnotify/archive/${pkgver}.tar.gz")
14 sha512sums=('52277099d9543e0f550de63ff2e15e3e7ba63ea38f3928006e2b570bb1bcdd3f2f09892bd4efecc1f36fb5131e0567c28c2b0597123c90b9f78ab6fbd02dfc49')
17 cd "${srcdir}/${pkgname}-${pkgver}"
22 cd "${srcdir}/${pkgname}-${pkgver}"
27 cd "${srcdir}/${pkgname}-${pkgver}"
28 install -Dm755 clipnotify "${pkgdir}/usr/bin/clipnotify"
29 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"