summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9059cff9f0243f2eb6a7af686f67f6961e170568 (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.22
pkgrel=1
pkgdesc='Find orphaned files 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=('c6d9ee0b3e57387faa72fb82164fc3db5241ee4501b538b7180363d5e70e4dd4')

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