void-packages/srcpkgs/eyeD3/template
Alessio Sergi 16830a361f eyeD3: python -> python2 in /usr/bin/eyeD3
/usr/bin/eyeD3 is a shell script, so is ignored by our shebangs rewrite
hook.

Closes #7960.
2017-10-15 20:46:23 +02:00

20 lines
547 B
Bash

# Template file for 'eyeD3'
pkgname=eyeD3
version=0.7.10
revision=2
noarch=yes
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python"
pycompile_module="eyeD3"
short_desc="Python2 tool for mp3's ID3 tags manipulation"
homepage="http://eyed3.nicfit.net/"
license="GPL-2"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
checksum=98a7d249136e845eb5469866657160f623d0a44f602e59bc907a12a3bf665172
post_install() {
sed -i 's/python/python2/' ${DESTDIR}/usr/bin/eyeD3
}