void-packages/srcpkgs/icdiff/template
2021-03-02 21:07:31 +01:00

29 lines
825 B
Bash

# Template file for 'icdiff'
pkgname=icdiff
version=2.0.0
revision=1
wrksrc="${pkgname}-release-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-setuptools"
short_desc="Side-by-side highlighted command line diffs"
maintainer="Duncaen <duncaen@voidlinux.org>"
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=bce07ff4995aafe9de274ca0a322e56275dc264948b125457d2cc73dd7e9eee2
replaces="python3-icdiff>=0"
provides="python3-icdiff-${version}_${revision}"
post_install() {
vlicense LICENSE
}
python3-icdiff_package() {
build_style=meta
short_desc+=" - transitional dummy pkg"
depends="icdiff"
}