mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: cool-retro-term-1.0.0
This commit is contained in:
parent
83507a2452
commit
ad38b23445
1 changed files with 27 additions and 0 deletions
27
srcpkgs/cool-retro-term/template
Normal file
27
srcpkgs/cool-retro-term/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'cool-retro-term'
|
||||||
|
pkgname=cool-retro-term
|
||||||
|
version=1.0.0
|
||||||
|
revision=1
|
||||||
|
_qmlterm_hash=490eeaf195cd5764a3798c2a2340ced648db4526
|
||||||
|
build_style=qmake
|
||||||
|
#configure_args=""
|
||||||
|
#make_build_args=""
|
||||||
|
#make_install_args=""
|
||||||
|
#conf_files=""
|
||||||
|
#make_dirs="/var/log/dir 0755 root root"
|
||||||
|
hostmakedepends="automake qt5-qmake"
|
||||||
|
makedepends="qt5-devel qt5-declarative-devel"
|
||||||
|
depends="qt5-graphicaleffects"
|
||||||
|
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
|
||||||
|
https://github.com/Swordfish90/qmltermwidget/archive/$_qmlterm_hash.tar.gz"
|
||||||
|
checksum="db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9
|
||||||
|
0fd03a289490ec74fdc5c099f3310361bbbff46f160398e259ef595a213db110"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
rm -r qmltermwidget
|
||||||
|
cp -a ../qmltermwidget-$_qmlterm_hash qmltermwidget
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue