void-packages/srcpkgs/ReText/template
2020-10-10 10:21:35 -04:00

29 lines
1 KiB
Bash

# Template file for 'ReText'
pkgname=ReText
version=7.1.0
revision=2
wrksrc="${pkgname,,}-${version}"
build_style=python3-module
hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"
makedepends="python3-Markdown python3-Markups python3-PyQt5-webkit qt5-tools"
depends="desktop-file-utils python3-chardet python3-docutils python3-Markdown
python3-Markups python3-PyQt5-webkit"
short_desc="Simple editor for Markdown and reStructuredText"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/retext-project/retext"
distfiles="https://github.com/retext-project/retext/archive/${version}.tar.gz"
checksum=a51cf19232e74a6972ce5d875ed1f24b07e6922841ce04558b99ecfc34b34134
post_install() {
local icondir=usr/share/icons/hicolor
for size in 16 22 24 32 48 128; do
vmkdir $icondir/${size}x${size}/apps
convert -resize $size icons/retext.png $DESTDIR/$icondir/${size}x${size}/apps/retext.png;
done
vmkdir usr/share/mime/packages
vcopy $FILESDIR/x-retext-*.xml usr/share/mime/packages
}