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

pkgname=lostfiles
pkgver=3.14
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=('f16ff9c2b74e18f7826a140df2a7b381bf262aa3d3fe564fb1c3900f531a2675')

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