summaryrefslogtreecommitdiff
path: root/pcr/lostfiles/PKGBUILD
blob: 413eb2ccfa13e0d6c01110210f79ecd0542a7dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: graysky <graysky AT archlinux dot us>
# Maintainer (Parabola): Esteban Carnevale <alfplayer@mailoo.org>

pkgname=lostfiles
pkgver=3.10
pkgrel=1
pkgdesc='Find orphan files - those not owned by any Arch packages.'
arch=('any')
license=('GPL2')
depends=('bash')
url="https://github.com/graysky2/lostfiles"
source=("https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('52cb37cb1214d9285fbba7dc774f1490eee0d3380d8f4f383406049e37c4fbc8')

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