mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
Ruby has the unfortunate habit of being way too strict in its semantic versioning. In this case, we think it's better to use open-ended dependencies for now, as most repository packages do. In the event that stuff breaks, we can reconsider this. For now it seems to work just fine. Unfortunately, this does require us to rebuild the gem file from source. This is slightly more work, but we believe the experience will be better for everyone in the end.
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
pkgbase = jekyll
|
|
pkgdesc = A simple, blog aware, static site generator.
|
|
pkgver = 4.0.0
|
|
pkgrel = 3
|
|
url = https://github.com/jekyll/jekyll
|
|
arch = any
|
|
license = MIT
|
|
depends = ruby>=2.1.0
|
|
depends = ruby-addressable>=2.4
|
|
depends = ruby-colorator>=1.0
|
|
depends = ruby-jekyll-sass-converter>=2.0
|
|
depends = ruby-jekyll-watch>=2.0
|
|
depends = ruby-kramdown>=2.1.0
|
|
depends = ruby-liquid>=4.0
|
|
depends = ruby-mercenary>=0.3.3
|
|
depends = ruby-pathutil>=0.9
|
|
depends = ruby-rouge>1.7
|
|
depends = ruby-safe_yaml>=1.0
|
|
depends = ruby-i18n>=1
|
|
depends = ruby-em-websocket>=0.5
|
|
depends = ruby-kramdown-parser-gfm
|
|
depends = ruby-terminal-table
|
|
optdepends = ruby-minima: Default theme for Jekyll
|
|
optdepends = ruby-jekyll-paginate
|
|
optdepends = ruby-jekyll-gist
|
|
optdepends = ruby-jekyll-feed
|
|
provides = jekyll=4.0.0
|
|
provides = ruby-jekyll
|
|
conflicts = ruby-jekyll
|
|
replaces = ruby-jekyll
|
|
options = !emptydirs
|
|
source = jekyll-4.0.0.tar.gz::https://github.com/jekyll/jekyll/archive/v4.0.0.tar.gz
|
|
sha256sums = 262547c5c6365b73ef45da79005ecd08600f3f398ac0d071439abf0f11fc35a1
|
|
|
|
pkgname = jekyll
|
|
|