18 lines
522 B
Bash
18 lines
522 B
Bash
# Template file for 'ttyd'
|
|
pkgname=ttyd
|
|
version=1.4.1
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config xxd"
|
|
makedepends="libwebsockets-devel json-c-devel libressl-devel zlib-devel"
|
|
short_desc="Share your terminal over the web"
|
|
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="https://tsl0922.github.io/ttyd/"
|
|
distfiles="https://github.com/tsl0922/ttyd/archive/${version}.tar.gz"
|
|
checksum=24c205134fbe4e07ab80fc57a41a309c9b6d5af7c57f2c1a16f1ed1732b8104a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|