mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
sablon: ruby docx template processor
This commit is contained in:
parent
3ba4d83dec
commit
35dd944965
3 changed files with 25 additions and 0 deletions
1
dev-ruby/sablon/Manifest
Normal file
1
dev-ruby/sablon/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST sablon-0.3.0.gem 4000768 BLAKE2B e9630679ba34d8f939cfbe3d9889d6c603dabcac551bfd5b5d454eaeec75158332de8a0c530bfc000adb55f04370d9af61c993be9908d5f85cf1235b0f83e982 SHA512 7e95be855232d43cd9a5b99aa16b1a7b6f9bcfd8aa7538cb6c37ea227483847c89b02bd8e1408702e2121bd8f9836f4e570e1cedb3e6e8408535ce02ec7c3680
|
||||
22
dev-ruby/sablon/sablon-0.3.0.ebuild
Normal file
22
dev-ruby/sablon/sablon-0.3.0.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby23 ruby24 ruby25"
|
||||
RUBY_FAKEGEM_BINDIR="exe"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Document template processor of Microsoft XML format (docx)"
|
||||
HOMEPAGE="https://github.com/senny/sablon"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "
|
||||
>=dev-ruby/nokogiri-1.6.0
|
||||
>=dev-ruby/rubyzip-1.1.1
|
||||
"
|
||||
|
|
@ -402,3 +402,5 @@ dev-ruby/listen:1
|
|||
|
||||
#usbguard
|
||||
=dev-ruby/asciidoctor-1.5*
|
||||
|
||||
dev-ruby/sablon
|
||||
|
|
|
|||
Loading…
Reference in a new issue