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

# parabola changes and rationale:
#  - rebranded pkgdesc

pkgname=lostfiles
pkgver=3.27
pkgrel=1
pkgdesc='Find orphaned files not owned by any Parabola packages'
arch=('any')
license=('GPL2')
url="https://github.com/graysky2/lostfiles"
source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('0095834e4398abbb1cbdd93a500dc1262665d3d9467817abaaf4f8e82ed17cfa')

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