summaryrefslogtreecommitdiff
path: root/pcr/lostfiles/PKGBUILD
blob: acc8ddd64ebf770b138bdfc22ed57619537b0a9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Contributor: graysky <graysky AT archlinux dot us>

pkgname=lostfiles
pkgver=3.07
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=('970d35a619043471067d58a6702443d5e7b9ab9ead96c37ae0811ecb11d2424d')

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