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

2020-11-26 Thread Morten Linderud via arch-commits
Date: Thursday, November 26, 2020 @ 17:03:18
  Author: foxboron
Revision: 763648

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-26 17:03:11 UTC (rev 763647)
+++ PKGBUILD2020-11-26 17:03:18 UTC (rev 763648)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: graysky 
-
-pkgname=lostfiles
-pkgver=4.07
-pkgrel=2
-pkgdesc="Find orphaned files not owned by any Arch packages"
-arch=(any)
-url="https://github.com/graysky2/lostfiles;
-license=(MIT)
-backup=(etc/lostfiles.conf)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b31980bc92841314a208c89b02b9241a097af157514e6f6b97089dddeff3e1b8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make 
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 MIT "${pkgdir}/usr/share/licenses/${pkgname}/MIT"
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 763647, 
lostfiles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-26 17:03:18 UTC (rev 763648)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: graysky 
+
+pkgname=lostfiles
+pkgver=4.08
+pkgrel=1
+pkgdesc="Find orphaned files not owned by any Arch packages"
+arch=(any)
+url="https://github.com/graysky2/lostfiles;
+license=(MIT)
+backup=(etc/lostfiles.conf)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('c0ed89f4bab54e3a0f41c181e362f0ee6a841ed3ee4b762e9e292567ceeb127e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 MIT "${pkgdir}/usr/share/licenses/${pkgname}/MIT"
+}


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

2020-10-24 Thread Morten Linderud via arch-commits
Date: Saturday, October 24, 2020 @ 10:38:38
  Author: foxboron
Revision: 731175

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-24 10:38:29 UTC (rev 731174)
+++ PKGBUILD2020-10-24 10:38:38 UTC (rev 731175)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: graysky 
-
-pkgname=lostfiles
-pkgver=4.07
-pkgrel=2
-pkgdesc="Find orphaned files not owned by any Arch packages"
-arch=(any)
-url="https://github.com/graysky2/lostfiles;
-license=(GPL2)
-backup=(etc/lostfiles.conf)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b31980bc92841314a208c89b02b9241a097af157514e6f6b97089dddeff3e1b8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make 
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 MIT "${pkgdir}/usr/share/licenses/${pkgname}/MIT"
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 731174, 
lostfiles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-24 10:38:38 UTC (rev 731175)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: graysky 
+
+pkgname=lostfiles
+pkgver=4.07
+pkgrel=2
+pkgdesc="Find orphaned files not owned by any Arch packages"
+arch=(any)
+url="https://github.com/graysky2/lostfiles;
+license=(MIT)
+backup=(etc/lostfiles.conf)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('b31980bc92841314a208c89b02b9241a097af157514e6f6b97089dddeff3e1b8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 MIT "${pkgdir}/usr/share/licenses/${pkgname}/MIT"
+}


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

2020-10-24 Thread Morten Linderud via arch-commits
Date: Saturday, October 24, 2020 @ 10:35:15
  Author: foxboron
Revision: 731169

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   47 ---
 1 file changed, 24 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-24 10:35:08 UTC (rev 731168)
+++ PKGBUILD2020-10-24 10:35:15 UTC (rev 731169)
@@ -1,23 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: graysky 
-
-pkgname=lostfiles
-pkgver=4.07
-pkgrel=1
-pkgdesc="Find orphaned files not owned by any Arch packages"
-arch=(any)
-url="https://github.com/graysky2/lostfiles;
-license=(GPL2)
-backup=(etc/lostfiles.conf)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b31980bc92841314a208c89b02b9241a097af157514e6f6b97089dddeff3e1b8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make 
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 731168, 
lostfiles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-24 10:35:15 UTC (rev 731169)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: graysky 
+
+pkgname=lostfiles
+pkgver=4.07
+pkgrel=2
+pkgdesc="Find orphaned files not owned by any Arch packages"
+arch=(any)
+url="https://github.com/graysky2/lostfiles;
+license=(GPL2)
+backup=(etc/lostfiles.conf)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('b31980bc92841314a208c89b02b9241a097af157514e6f6b97089dddeff3e1b8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 MIT "${pkgdir}/usr/share/licenses/${pkgname}/MIT"
+}


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

2020-10-23 Thread Bruno Pagani via arch-commits
Date: Saturday, October 24, 2020 @ 05:48:52
  Author: archange
Revision: 730958

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-24 05:48:27 UTC (rev 730957)
+++ PKGBUILD2020-10-24 05:48:52 UTC (rev 730958)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: graysky 
-
-pkgname=lostfiles
-pkgver=4.05
-pkgrel=1
-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=('7dc70a08570ac32abe02c0640beb167465304052945c063d463b268cd06a5951')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make 
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 730957, 
lostfiles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-24 05:48:52 UTC (rev 730958)
@@ -0,0 +1,23 @@
+# Maintainer: Morten Linderud 
+# Contributor: graysky 
+
+pkgname=lostfiles
+pkgver=4.07
+pkgrel=1
+pkgdesc="Find orphaned files not owned by any Arch packages"
+arch=(any)
+url="https://github.com/graysky2/lostfiles;
+license=(GPL2)
+backup=(etc/lostfiles.conf)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('b31980bc92841314a208c89b02b9241a097af157514e6f6b97089dddeff3e1b8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-31 Thread Morten Linderud via arch-commits
Date: Friday, July 31, 2020 @ 18:49:42
  Author: foxboron
Revision: 666304

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-31 18:49:35 UTC (rev 666303)
+++ PKGBUILD2020-07-31 18:49:42 UTC (rev 666304)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: graysky 
-
-pkgname=lostfiles
-pkgver=4.04
-pkgrel=1
-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=('e6c02d5b34562e53a8fb0cbef183598f610ba120b91d4e14ab42240fd4883af5')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make 
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 666303, 
lostfiles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-31 18:49:42 UTC (rev 666304)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud 
+# Contributor: graysky 
+
+pkgname=lostfiles
+pkgver=4.05
+pkgrel=1
+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=('7dc70a08570ac32abe02c0640beb167465304052945c063d463b268cd06a5951')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make 
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-07 Thread Morten Linderud via arch-commits
Date: Tuesday, July 7, 2020 @ 13:20:57
  Author: foxboron
Revision: 658426

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-07 13:20:50 UTC (rev 658425)
+++ PKGBUILD2020-07-07 13:20:57 UTC (rev 658426)
@@ -1,29 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: graysky 
-
-pkgname=lostfiles
-pkgver=4.03
-pkgrel=3
-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;
-
"repro-patch.patch::https://github.com/graysky2/lostfiles/commit/0159d36b03c77f7f57e953b11b98f9ad017738cc.patch;)
-sha256sums=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b'
-'fa8d222e974c0531480e95a20bb832b87d96e556785faea2f3dfccc14336669e')
-
-prepare() {
-cd "${pkgname}-${pkgver}"
-patch -Np1 < "$srcdir/repro-patch.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make 
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 658425, 
lostfiles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-07 13:20:57 UTC (rev 658426)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud 
+# Contributor: graysky 
+
+pkgname=lostfiles
+pkgver=4.04
+pkgrel=1
+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=('e6c02d5b34562e53a8fb0cbef183598f610ba120b91d4e14ab42240fd4883af5')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make 
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-07 Thread Morten Linderud via arch-commits
Date: Tuesday, July 7, 2020 @ 11:24:32
  Author: foxboron
Revision: 658114

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-07 11:24:23 UTC (rev 658113)
+++ PKGBUILD2020-07-07 11:24:32 UTC (rev 658114)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: graysky 
-
-pkgname=lostfiles
-pkgver=4.03
-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=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make 
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 658113, 
lostfiles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-07 11:24:32 UTC (rev 658114)
@@ -0,0 +1,29 @@
+# Maintainer: Morten Linderud 
+# Contributor: graysky 
+
+pkgname=lostfiles
+pkgver=4.03
+pkgrel=3
+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;
+
"repro-patch.patch::https://github.com/graysky2/lostfiles/commit/0159d36b03c77f7f57e953b11b98f9ad017738cc.patch;)
+sha256sums=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b'
+'fa8d222e974c0531480e95a20bb832b87d96e556785faea2f3dfccc14336669e')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+patch -Np1 < "$srcdir/repro-patch.patch"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make 
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:50:29
  Author: foxboron
Revision: 657924

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-05 22:50:22 UTC (rev 657923)
+++ PKGBUILD2020-07-05 22:50:29 UTC (rev 657924)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: graysky 
-
-pkgname=lostfiles
-pkgver=4.03
-pkgrel=1
-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=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make 
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 657923, 
lostfiles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-05 22:50:29 UTC (rev 657924)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud 
+# Contributor: graysky 
+
+pkgname=lostfiles
+pkgver=4.03
+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=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make 
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2018-07-14 Thread Morten Linderud via arch-commits
Date: Saturday, July 14, 2018 @ 10:49:41
  Author: foxboron
Revision: 358911

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-14 09:56:25 UTC (rev 358910)
+++ PKGBUILD2018-07-14 10:49:41 UTC (rev 358911)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: graysky 
-
-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
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 358910, 
lostfiles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-14 10:49:41 UTC (rev 358911)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud 
+# Contributor: graysky 
+
+pkgname=lostfiles
+pkgver=4.03
+pkgrel=1
+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=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make 
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}