diff options
Diffstat (limited to 'packages/toscoterm/toscoterm_git.bb')
-rw-r--r-- | packages/toscoterm/toscoterm_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/toscoterm/toscoterm_git.bb b/packages/toscoterm/toscoterm_git.bb new file mode 100644 index 0000000000..a8e5fb8c2f --- /dev/null +++ b/packages/toscoterm/toscoterm_git.bb @@ -0,0 +1,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 |