summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b281c72f403c93add41783c323a33dda8d97701b (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.18
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=('b87f7b4bc690a2df410f385cf3aaf5b74f69ea3e369cb14a8930f9f422ff391e')

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