First PKGBUILDs

This commit is contained in:
moparisthebest
2016-11-05 01:29:34 -04:00
parent a3c56c41af
commit e10a1b57f4
28 changed files with 1586 additions and 0 deletions

16
src/lostfiles/PKGBUILD Normal file
View File

@@ -0,0 +1,16 @@
# Contributor: graysky <graysky AT archlinux dot us>
pkgname=lostfiles
pkgver=3.25
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=('1c6a8c8fb98bdda81331ad6df91eb210a7bb8cfc2aa990f55a1b7713917e98c4')
package() {
cd "$pkgname-$pkgver"
install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
}