mirror of
https://github.com/ryanvolz/radioconda.git
synced 2024-11-12 07:16:10 -05:00
033fd82239
This reverts commit db47f5f249
.
26 lines
548 B
YAML
26 lines
548 B
YAML
{% set version = "1.0" %}
|
|
{% set build = 0 %}
|
|
|
|
package:
|
|
name: radioconda_console_shortcut
|
|
version: {{ version }}
|
|
|
|
build:
|
|
number: {{ build }}
|
|
skip: True # [not win]
|
|
|
|
test:
|
|
commands:
|
|
- if not exist %PREFIX%\\Menu\\console_shortcut.json exit 1
|
|
- if not exist %PREFIX%\\Menu\\console_shortcut.ico exit
|
|
|
|
about:
|
|
home: https://github.com/ryanvolz/radioconda
|
|
summary: Command prompt shortcut for Windows with base environment activated
|
|
license: BSD-3-Clause
|
|
license_file: LICENSE.txt
|
|
|
|
extra:
|
|
recipe-maintainers:
|
|
- ryanvolz
|