1
0
forked from extern/nix-config

Add gem install to PKGBUILD

This commit is contained in:
Donovan Glover 2018-01-31 23:56:49 -05:00
parent 60c9340720
commit f0fad93722
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -112,3 +112,10 @@ depends=(
'texlive-bibtexextra' # More features for BibTeX
'minted' # Add syntax highlighting support to LaTeX
)
package() {
gem install haml
gem install sass
gem install lolcat
gem install jekyll
}