arch-ppa/src/lostfiles/PKGBUILD

17 lines
470 B
Bash
Raw Normal View History

2016-11-05 01:29:34 -04:00
# Contributor: graysky <graysky AT archlinux dot us>
pkgname=lostfiles
2017-03-13 12:19:25 -04:00
pkgver=3.26
2016-11-05 01:29:34 -04:00
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")
2017-03-13 12:19:25 -04:00
sha256sums=('42c5408b1bbc32eafebf16b0f843c775b39356b6edecdff5437d3e58c1c614ed')
2016-11-05 01:29:34 -04:00
package() {
cd "$pkgname-$pkgver"
install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
}