# Maintainer: Francois B Makoto pkgname=wpfind pkgver=0.1.3.2 pkgrel=1 pkgdesc="Find wallpapers among other files and directories and copy/move them in specified directories. Very useful to clean your mess :-P" arch=('any') url="https://makotonoblog.be/wpfind/" license=('GPL') groups=() depends=('bash' 'detox' 'imagemagick') makedepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() install= changelog= source=("${pkgname}-${pkgver}.tar.gz::https://github.com/shakasan/${pkgname}/archive/${pkgver}.tar.gz") noextract=() md5sums=('baf8efbb0edca2c8843ce9f463ecadf2') package() { cd "$pkgname-$pkgver" install -D -m755 $pkgname "${pkgdir}/usr/bin/$pkgname" }