[arch-commits] Commit in lostfiles/repos (community-any community-any/PKGBUILD)

Morten Linderud foxboron at archlinux.org
Mon Jun 11 16:31:39 UTC 2018


    Date: Monday, June 11, 2018 @ 16:31:39
  Author: foxboron
Revision: 342368

archrelease: copy trunk to community-any

Added:
  lostfiles/repos/community-any/
  lostfiles/repos/community-any/PKGBUILD
    (from rev 342367, lostfiles/trunk/PKGBUILD)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 342367, lostfiles/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-06-11 16:31:39 UTC (rev 342368)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: graysky <graysky AT archlinux dot us>
+
+pkgname=lostfiles
+pkgver=4.02
+pkgrel=2
+pkgdesc='Find orphaned files not owned by any Arch 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=('f83670cb680935050edcd72f42bf8bc4c9be607ff025ae8960fef997329cedfe')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make 
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list