Package Details: clib 2.8.5-1

Git Clone URL: https://aur.archlinux.org/clib.git (read-only, click to copy)
Package Base: clib
Description: C package manager-ish
Upstream URL: https://github.com/clibs/clib
Licenses: MIT
Submitter: aperez
Maintainer: aperez
Last Packager: aperez
Votes: 4
Popularity: 0.001261
First Submitted: 2017-03-17 15:21 (UTC)
Last Updated: 2024-04-13 19:37 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

aperez commented on 2021-03-16 21:54 (UTC)

@oriba: you could use makedepends=(clib) in your PKGBUILD, and then your build functions can use the clib command in any way they may need.

oriba commented on 2021-03-12 22:50 (UTC)

Any idea how to use clib to create AUR-packages?

stefanpartheym commented on 2020-05-01 18:41 (UTC) (edited on 2020-05-01 19:16 (UTC) by stefanpartheym)

New version 1.11.3 is released. This is the patch for PKGBUILD, I made. You might want to apply it:

diff --git a/PKGBUILD b/PKGBUILD
index 4557799..1b7c0a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Arthur Zamarin <arthurzam@gmail.com>

 pkgname=clib
-pkgver=1.11.2
+pkgver=1.11.3
 pkgrel=1
 pkgdesc="C package manager-ish"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@ url="https://github.com/clibs/clib"
 license=('MIT')
 depends=('curl')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/clibs/clib/archive/$pkgver.tar.gz")
-sha512sums=('1ddb1a33ef55f756bbf669237c07ec7d246f725e2739935b67296fd7840d50c11b7fa695125f8a42af057c480a4e80575435bf1034e4c2e00fe682908e212f85')
+sha512sums=('daf511262880aa0f0a2d0310ebf16e49714e28e6fcfee37872440ee3b4571cee6c58de23d5726aaaa14c89e0f668e38383854dd9d1f9cfec553d772a0a08e896')

 prepare () {
   cat >> "$srcdir/$pkgname-$pkgver/Makefile" <<-EOF