Skip to content

Commit

Permalink
Merge pull request #9326 from sodre/rb-jekyll-scholar
Browse files Browse the repository at this point in the history
[R4R] Add rb-jekyll-scholar
  • Loading branch information
bgruening authored Aug 31, 2019
2 parents 4e21607 + e085d3c commit 2de41cf
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions recipes/rb-jekyll-scholar/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{% set name = "jekyll-scholar" %}
{% set version = "5.9.1" %}

package:
name: rb-{{ name|lower }}
version: {{ version }}

source:
url: https://rubygems.org/downloads/{{ name }}-{{ version }}.gem
sha256: b85cf7bed21e60430b6ae03549562d2eb9e84021ff817087e49927ed296289dc

build:
noarch: generic
number: 0
script:
- gem install -N -l -V --norc --ignore-dependencies {{ name }}-{{ version }}.gem
- gem unpack {{ name }}-{{ version }}.gem
skip: {{ win }}

requirements:
host:
- ruby
run:
- ruby
- rb-bibtex-ruby >=4.0.13,<5
- rb-citeproc-ruby >=1.0,<2
- rb-csl-styles >=1.0,<2
- rb-jekyll >=3.0,<4

test:
commands:
- ruby -r {{ name|replace('-','/') }} -e 'exit 0'

about:
home: https://rubygems.org/gems/{{ name }}
license: MIT
license_family: MIT
license_file: {{ name }}-{{ version }}/LICENSE
summary: Jekyll-Scholar is for all the academic bloggers out there.

# The remaining entries in this section are optional, but recommended.
description: |
Jekyll-Scholar is for all the academic bloggers out there. It is a set of
extensions for Jekyll the awesome, blog aware, static site generator; it
formats your BibTeX bibliographies for the web using CSL citation styles
and generally gives your blog posts citation super-powers.
doc_url: https://www.rubydoc.info/gems/{{ name }}
dev_url: https://github.com/inukshuk/jekyll-scholar

extra:
recipe-maintainers:
- sodre

0 comments on commit 2de41cf

Please sign in to comment.