icdiff: update to 1.9.3.
This commit is contained in:
parent
33fcb51410
commit
b387d83891
1 changed files with 10 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'icdiff'
|
# Template file for 'icdiff'
|
||||||
pkgname=icdiff
|
pkgname=icdiff
|
||||||
version=1.9.1
|
version=1.9.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname}-release-${version}
|
wrksrc="${pkgname}-release-${version}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="icdiff.py"
|
pycompile_module="icdiff.py"
|
||||||
|
@ -10,15 +10,20 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Improved colored diff (Python2)"
|
short_desc="Improved colored diff (Python2)"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="PSF"
|
license="Python-2.0"
|
||||||
homepage="http://www.jefftk.com/icdiff"
|
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"
|
distfiles="https://github.com/jeffkaufman/icdiff/archive/release-${version}.tar.gz"
|
||||||
checksum=18cf11866150eba1ecec1370611921246918310f4b5cb101045db523a05fb37d
|
checksum=090b0f96c5df5ae5d71f6e5325bca566dd47e8b61ec4b59d4e40acb9ffcb878f
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
icdiff:icdiff:/usr/bin/icdiff2
|
icdiff:icdiff:/usr/bin/icdiff2
|
||||||
icdiff:git-icdiff:/usr/bin/git-icdiff2"
|
icdiff:git-icdiff:/usr/bin/git-icdiff2"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python3-icdiff_package() {
|
python3-icdiff_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -31,5 +36,6 @@ python3-icdiff_package() {
|
||||||
vmove usr/bin/icdiff3
|
vmove usr/bin/icdiff3
|
||||||
vmove usr/bin/git-icdiff3
|
vmove usr/bin/git-icdiff3
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue