mps-youtube: don't spew docs all over /usr.

This commit is contained in:
Christian Neukirchen 2016-01-06 18:38:55 +01:00
parent 64debff3db
commit 7f5650bb2a

View File

@ -1,7 +1,7 @@
# Template file for 'mps-youtube' # Template file for 'mps-youtube'
pkgname=mps-youtube pkgname=mps-youtube
version=0.2.6 version=0.2.6
revision=1 revision=2
build_style=python-module build_style=python-module
python_versions="3.4" python_versions="3.4"
noarch=yes noarch=yes
@ -15,3 +15,7 @@ license="GPL-3"
homepage="https://github.com/np1/mps-youtube/" homepage="https://github.com/np1/mps-youtube/"
distfiles="https://github.com/np1/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/np1/${pkgname}/archive/v${version}.tar.gz"
checksum=df3cc7ad9a49a0da390c38f40c905daa992d48de5fb421865ec19cc1fbec453f checksum=df3cc7ad9a49a0da390c38f40c905daa992d48de5fb421865ec19cc1fbec453f
post_extract() {
sed -i '/CHANGELOG/s,"","share/doc/mps-youtube",' setup.py
}