19 lines
655 B
Bash
19 lines
655 B
Bash
# Template file for 'cool-retro-term'
|
|
pkgname=cool-retro-term
|
|
version=1.0.0
|
|
revision=2
|
|
build_style=qmake
|
|
makedepends="qt5-devel qt5-declarative-devel "
|
|
hostmakedepends="automake qt5-qmake $makedepends"
|
|
depends="qt5-graphicaleffects qt5-quickcontrols qmltermwidget"
|
|
short_desc="Good looking terminal emulator which mimics the old cathode display"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/Swordfish90/cool-retro-term"
|
|
distfiles="$homepage/archive/v1.0.0.tar.gz"
|
|
checksum="db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9"
|
|
|
|
pre_configure() {
|
|
sed -i '/qmltermwidget/d' cool-retro-term.pro
|
|
}
|