summaryrefslogtreecommitdiff
path: root/packages/toscoterm/toscoterm_git.bb
blob: a8e5fb8c2f28692394929c7f84df9a8e3e1d76eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "A very small and simple terminal emulator"
SECTION = "x11/applications"
LICENSE = "GPLv3"
DEPENDS = "vte"
HOMEPAGE = "https://projetos.ossystems.com.br/projects/show/toscoterm"
PV = "0.0+git${SRCDATE}"
PR = "r1"

SRC_URI = "git://projetos.ossystems.com.br/git/toscoterm.git;protocol=git"

S = "${WORKDIR}/git"

inherit autotools