blob: 09a95d839c5c270c724c703abb4da56845aa6e80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = myhtml-git
pkgdesc = Fast HTML parser using threads implemented as a pure C99 library with no outside dependencies
pkgver = 20180110
pkgrel = 1
url = https://github.com/lexborisov/myhtml
arch = i686
arch = x86_64
license = LGPL
makedepends = git
provides = myhtml
conflicts = myhtml
source = git+https://github.com/lexborisov/myhtml
sha256sums = SKIP
pkgname = myhtml-git
|