14 lines
535 B
Bash
14 lines
535 B
Bash
# Template file for 'cutecom'
|
|
pkgname=cutecom
|
|
version=0.51.0
|
|
revision=1
|
|
wrksrc=${pkgname}-v${version}
|
|
build_style=cmake
|
|
hostmakedepends="qt5-host-tools qt5-qmake"
|
|
makedepends="qt5-devel qt5-serialport-devel"
|
|
short_desc="Graphical serial terminal"
|
|
maintainer="shtayerc <david.murko@mailbox.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://gitlab.com/cutecom/cutecom/"
|
|
distfiles="https://gitlab.com/cutecom/cutecom/-/archive/v${version}/cutecom-v${version}.tar.gz"
|
|
checksum=4b2591daa983b31716091bd1602988b5a06a19c1a3402150826fc36233edbedd
|