Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kitty-themes #8661

Merged
merged 1 commit into from
Jun 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions recipes/kitty-themes/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{% set name = "kitty-themes" %}
{% set version = "1.0.0" %}

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

source:
url: https://github.com/dexpota/{{ name }}/archive/{{ version }}.tar.gz
sha256: 0bd13c8e2efba879953b435400e46ec30e21412fd8b739b3d524cad9621fddbb

build:
noarch: generic
number: 0
script: |
mkdir -p "${PREFIX}/share/kitty-themes"
cp -v themes/* "${PREFIX}/share/kitty-themes"

requirements:
build:
- bash

test:
commands:
- test -f "${PREFIX}/share/kitty-themes/Molokai.conf"

about:
home: https://github.com/dexpota/kitty-themes
license: MIT
license_family: MIT
license_file: LICENSE.md
summary: 'A collection of themes for kitty terminal'

extra:
recipe-maintainers:
- scopatz