mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/rubygem-bullet_train-themes: Add rubygem-bullet_train-themes 1.7.2
Bullet Train has a theme subsystem designed to allow you the flexibility to either extend or completely replace the stock "Light" UI theme. To reduce duplication of code across themes, Bullet Train implements the following three packages: - bullet_train-themes - bullet_train-themes-tailwind_css - bullet_train-themes-light
This commit is contained in:
parent
c944f0a5cc
commit
e14f0a0858
4 changed files with 32 additions and 0 deletions
|
@ -1973,6 +1973,7 @@
|
|||
SUBDIR += rubygem-bullet_train-routes
|
||||
SUBDIR += rubygem-bullet_train-scope_validator
|
||||
SUBDIR += rubygem-bullet_train-super_load_and_authorize_resource
|
||||
SUBDIR += rubygem-bullet_train-themes
|
||||
SUBDIR += rubygem-cal-heatmap-rails
|
||||
SUBDIR += rubygem-carrierwave
|
||||
SUBDIR += rubygem-carrierwave1
|
||||
|
|
21
www/rubygem-bullet_train-themes/Makefile
Normal file
21
www/rubygem-bullet_train-themes/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
PORTNAME= bullet_train-themes
|
||||
PORTVERSION= 1.7.2
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Bullet Train Themes
|
||||
WWW= https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-bullet_train-fields>=0:www/rubygem-bullet_train-fields \
|
||||
rubygem-nice_partials>=0.9<1:devel/rubygem-nice_partials \
|
||||
rubygem-rails71>=6.0.0:www/rubygem-rails71
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-bullet_train-themes/distinfo
Normal file
3
www/rubygem-bullet_train-themes/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1714227842
|
||||
SHA256 (rubygem/bullet_train-themes-1.7.2.gem) = 779c508b595bfe5d433179a884b268840564b2e001758b1eb4cef0fe6090ced2
|
||||
SIZE (rubygem/bullet_train-themes-1.7.2.gem) = 12288
|
7
www/rubygem-bullet_train-themes/pkg-descr
Normal file
7
www/rubygem-bullet_train-themes/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Bullet Train has a theme subsystem designed to allow you the flexibility to
|
||||
either extend or completely replace the stock "Light" UI theme. To reduce
|
||||
duplication of code across themes, Bullet Train implements the following three
|
||||
packages:
|
||||
- bullet_train-themes
|
||||
- bullet_train-themes-tailwind_css
|
||||
- bullet_train-themes-light
|
Loading…
Add table
Reference in a new issue