[arch-commits] Commit in libbytesize/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-07-31 Thread Felix Yan via arch-commits
Date: Friday, July 31, 2020 @ 08:32:25
  Author: felixonmars
Revision: 392760

archrelease: copy trunk to testing-x86_64

Added:
  libbytesize/repos/testing-x86_64/
  libbytesize/repos/testing-x86_64/PKGBUILD
(from rev 392759, libbytesize/trunk/PKGBUILD)

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

Copied: libbytesize/repos/testing-x86_64/PKGBUILD (from rev 392759, 
libbytesize/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-07-31 08:32:25 UTC (rev 392760)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan 
+
+pkgname=libbytesize
+pkgver=2.4
+pkgrel=1
+pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
+arch=('x86_64')
+url="https://github.com/rhinstaller/libbytesize";
+license=('LGPL')
+depends=('mpfr' 'pcre2' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz";)
+sha512sums=('5192e3bad346758b4f66ae2c40170a2be792c78287f9784ec4a7c4419f1754098ef6fa463d568cb5e028a60945f85cbee8ef80af590a1d36c7cbe82a6f20fbab')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libbytesize/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-05-26 Thread Felix Yan via arch-commits
Date: Tuesday, May 26, 2020 @ 13:43:10
  Author: felixonmars
Revision: 387582

archrelease: copy trunk to testing-x86_64

Added:
  libbytesize/repos/testing-x86_64/
  libbytesize/repos/testing-x86_64/PKGBUILD
(from rev 387581, libbytesize/trunk/PKGBUILD)

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

Copied: libbytesize/repos/testing-x86_64/PKGBUILD (from rev 387581, 
libbytesize/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-05-26 13:43:10 UTC (rev 387582)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan 
+
+pkgname=libbytesize
+pkgver=2.3
+pkgrel=1
+pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
+arch=('x86_64')
+url="https://github.com/rhinstaller/libbytesize";
+license=('LGPL')
+depends=('mpfr' 'pcre2' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz";)
+sha512sums=('4a379b19adf755d7cbf57261d28768ee415ebf15f7e152735c2008ba0704408ce7c829c42b5148a5a84beb26bc7ba17a8771db0042bba7bae43d9e2efcab')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libbytesize/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-02-13 Thread Felix Yan via arch-commits
Date: Thursday, February 13, 2020 @ 16:16:00
  Author: felixonmars
Revision: 375536

archrelease: copy trunk to testing-x86_64

Added:
  libbytesize/repos/testing-x86_64/
  libbytesize/repos/testing-x86_64/PKGBUILD
(from rev 375535, libbytesize/trunk/PKGBUILD)

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

Copied: libbytesize/repos/testing-x86_64/PKGBUILD (from rev 375535, 
libbytesize/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-02-13 16:16:00 UTC (rev 375536)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=libbytesize
+pkgver=2.2
+pkgrel=1
+pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
+arch=('x86_64')
+url="https://github.com/rhinstaller/libbytesize";
+license=('LGPL')
+depends=('mpfr' 'pcre2' 'python')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz";)
+sha512sums=('dba1d6f6e898c9ef851169b95b4c3bb52680c3fd5507b6024cc9b36e0cec47de6a6b3f7c5c11c1a943e6906119ceac435c44b4edee8e2221800c0b5330e542fe')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libbytesize/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-07-18 Thread Felix Yan via arch-commits
Date: Friday, July 19, 2019 @ 06:43:53
  Author: felixonmars
Revision: 358137

archrelease: copy trunk to testing-x86_64

Added:
  libbytesize/repos/testing-x86_64/
  libbytesize/repos/testing-x86_64/PKGBUILD
(from rev 358136, libbytesize/trunk/PKGBUILD)

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

Copied: libbytesize/repos/testing-x86_64/PKGBUILD (from rev 358136, 
libbytesize/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-07-19 06:43:53 UTC (rev 358137)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=libbytesize
+pkgver=2.1
+pkgrel=1
+pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
+arch=('x86_64')
+url="https://github.com/rhinstaller/libbytesize";
+license=('LGPL')
+depends=('mpfr' 'pcre2' 'python')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz";)
+sha512sums=('97070c38da797e65618ee788ba498da85ecd2df7b244fae8d170cefddd456567840a056e23e0dab335450f958735dc0d9e6663f7ced8b78c35d2bf30a8f5f18f')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libbytesize/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-05-05 Thread Felix Yan via arch-commits
Date: Sunday, May 5, 2019 @ 21:10:24
  Author: felixonmars
Revision: 352559

archrelease: copy trunk to testing-x86_64

Added:
  libbytesize/repos/testing-x86_64/
  libbytesize/repos/testing-x86_64/PKGBUILD
(from rev 352558, libbytesize/trunk/PKGBUILD)

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

Copied: libbytesize/repos/testing-x86_64/PKGBUILD (from rev 352558, 
libbytesize/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-05-05 21:10:24 UTC (rev 352559)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=libbytesize
+pkgver=2.0
+pkgrel=1
+pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
+arch=('x86_64')
+url="https://github.com/rhinstaller/libbytesize";
+license=('LGPL')
+depends=('mpfr' 'pcre')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz";)
+sha512sums=('5adc7f529bebab2a568b623f876c9b65e58cd1f19dcfb2cc0c068b03a4e0cbe6a527c9cef3417e442b5eb8c00c963f325090356474c69083793a55edb54a7001')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libbytesize/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-04-19 Thread Felix Yan via arch-commits
Date: Friday, April 20, 2018 @ 05:15:50
  Author: felixonmars
Revision: 322481

archrelease: copy trunk to testing-x86_64

Added:
  libbytesize/repos/testing-x86_64/
  libbytesize/repos/testing-x86_64/PKGBUILD
(from rev 322480, libbytesize/trunk/PKGBUILD)

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

Copied: libbytesize/repos/testing-x86_64/PKGBUILD (from rev 322480, 
libbytesize/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-20 05:15:50 UTC (rev 322481)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libbytesize
+pkgver=1.2
+pkgrel=1
+pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
+arch=('x86_64')
+url="https://github.com/rhinstaller/libbytesize";
+license=('LGPL')
+depends=('mpfr' 'pcre')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz";)
+sha512sums=('a8151e7440d0ec43d10239ddf08a9924827cdf08f20a16dff6177b444c1022fab905a0567384531e7610d854998111adb77f9a6a98e2d9648c02521f84ea2bf2')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libbytesize/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 17, 2018 @ 03:38:35
  Author: felixonmars
Revision: 317197

archrelease: copy trunk to testing-x86_64

Added:
  libbytesize/repos/testing-x86_64/
  libbytesize/repos/testing-x86_64/PKGBUILD
(from rev 317196, libbytesize/trunk/PKGBUILD)

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

Copied: libbytesize/repos/testing-x86_64/PKGBUILD (from rev 317196, 
libbytesize/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-17 03:38:35 UTC (rev 317197)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libbytesize
+pkgver=1.1
+pkgrel=1
+pkgdesc='A tiny library providing a C "class" for working with arbitrary big 
sizes in bytes'
+arch=('x86_64')
+url="https://github.com/rhinstaller/libbytesize";
+license=('LGPL')
+depends=('mpfr' 'pcre')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rhinstaller/libbytesize/archive/$pkgver.tar.gz";)
+sha512sums=('3d376dd0f9a10974f2392e3417e8e99ac57313be3ec945eeb7c84f72ddd51a5f29b61c7268c8c870dbe941eebf8d9027f8f5b7e0140790510bd8fb6b2c8db35b')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}