Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Add icdiff.
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedov committed Jan 14, 2016
1 parent 1b57a93 commit 29a5fef
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions icdiff/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{% set build = 0 %}
{% set version = '1.7.3' %}

package:
name: icdiff
version: {{version}}

about:
home: http://www.jefftk.com/icdiff
license: PSL
summary: Improved colored diff.

source:
fn: release-{{version}}.tar.gz
url: https://github.com/jeffkaufman/icdiff/archive/release-{{version}}.tar.gz
md5: c77190ccec98648182e5ca508b570850

requirements:
build:
- python
- setuptools

run:
- python

build:
number: {{build}}
string: py{{py}}_{{build}}
script:
- python setup.py install

0 comments on commit 29a5fef

Please sign in to comment.