mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-05 15:04:24 +01:00
38 lines
836 B
Bash
38 lines
836 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
USE_RUBY="ruby27 ruby30 ruby31"
|
|
|
|
inherit ruby-single
|
|
|
|
DESCRIPTION="Web-based application for effective reporting writing"
|
|
HOMEPAGE="https://www.itdefence.asia"
|
|
|
|
LICENSE="none"
|
|
SLOT="3"
|
|
KEYWORDS="~amd64"
|
|
IUSE="+mysql"
|
|
|
|
RDEPEND="mysql? ( virtual/mysql )
|
|
dev-ruby/rails:6.0
|
|
dev-ruby/activerecord:6.0[mysql?]
|
|
dev-ruby/activerecord-session_store
|
|
dev-ruby/bootstrap
|
|
dev-ruby/ckeditor_rails
|
|
dev-ruby/jquery-rails:4
|
|
dev-ruby/jquery-ui-rails:6
|
|
dev-ruby/mini_magick
|
|
media-gfx/imagemagick[png,jpeg]
|
|
dev-ruby/rake
|
|
dev-ruby/sablon
|
|
dev-ruby/similar_text
|
|
dev-ruby/will_paginate
|
|
dev-ruby/grape
|
|
dev-ruby/rack-cors
|
|
dev-ruby/grape-active_model_serializers
|
|
dev-ruby/sass-rails:5.0
|
|
dev-ruby/uglifier
|
|
dev-ruby/coffee-rails
|
|
"
|