summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b69efc0f14ef5637d0b060e10909d1f67c112588 (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
25
26
27
# Maintainer: Francois B Makoto <francois at makotonoblog dot be>
pkgname=wpfind
pkgver=0.1.3
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=('aa9329df08255fb4fcc4904cea10fada')

package() {
  cd "$pkgname-$pkgver"
  install -D -m755 $pkgname "${pkgdir}/usr/bin/$pkgname"
}