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

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

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