Package Details: myhtml-git 20180110-1

Git Clone URL: https://aur.archlinux.org/myhtml-git.git (read-only, click to copy)
Package Base: myhtml-git
Description: Fast HTML parser using threads implemented as a pure C99 library with no outside dependencies
Upstream URL: https://github.com/lexborisov/myhtml
Licenses: LGPL
Conflicts: myhtml
Provides: myhtml
Submitter: CoderPuppy
Maintainer: CoderPuppy
Last Packager: CoderPuppy
Votes: 2
Popularity: 0.000000
First Submitted: 2017-12-04 21:33 (UTC)
Last Updated: 2018-01-30 20:29 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

delusional commented on 2018-01-30 17:00 (UTC) (edited on 2018-01-30 17:00 (UTC) by delusional)

Hey, I'd recommend installing the pkg-config generated by the package

diff --git a/PKGBUILD b/PKGBUILD
index 2e2b002..1ae1074 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
 pkgname=myhtml-git
-pkgver=20171129
+pkgver=20180110
 pkgrel=1
 pkgdesc="Fast HTML parser using threads implemented as a pure C99 library with no outside dependencies"
 arch=('i686' 'x86_64')
@@ -32,6 +32,9 @@ package() {
        install -Dm644 README.md "$pkgdir"/usr/share/doc/${pkgname%-git}/README.md
        cp -dpr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/${pkgname%-git}

+       msg2 'Installing pkg-config...'
+       install -Dm644 myhtml.pc "$pkgdir"/usr/lib/pkgconfig/myhtml.pc
+
        msg2 'Installing...'
        make prefix="$pkgdir/usr/" install
 }