# Template file for 'icdiff' pkgname=icdiff version=2.0.6 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3 python3-setuptools" checkdepends="flake8" short_desc="Side-by-side highlighted command line diffs" maintainer="Duncaen " license="Python-2.0" homepage="http://www.jefftk.com/icdiff" changelog="https://github.com/jeffkaufman/icdiff/raw/master/ChangeLog" distfiles="https://github.com/jeffkaufman/icdiff/archive/release-${version}.tar.gz" checksum=8f79b82032696d2eea2a3acf722cd34cf45215d4b09b52139880626a2b0d360e replaces="python3-icdiff>=0" provides="python3-icdiff-${version}_${revision}" do_check() { ./test.sh python3 } post_install() { vlicense LICENSE } python3-icdiff_package() { build_style=meta short_desc+=" - transitional dummy pkg" depends="icdiff" }