blob: 72abe708096485bd6816920b2cd66809e584d731 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = eleventy-plugin-syntaxhighlight
pkgdesc = A pack of Eleventy plugins for syntax highlighting in Markdown, Liquid, and Nunjucks templates
pkgver = 5.0.0
pkgrel = 1
url = https://github.com/11ty/eleventy-plugin-syntaxhighlight
arch = any
license = MIT
makedepends = npm
depends = nodejs
depends = eleventy
noextract = eleventy-plugin-syntaxhighlight-5.0.0.tar.gz
source = eleventy-plugin-syntaxhighlight-5.0.0.tar.gz::https://github.com/11ty/eleventy-plugin-syntaxhighlight/archive/v5.0.0.tar.gz
sha256sums = SKIP
pkgname = eleventy-plugin-syntaxhighlight
|