control 1.0 KB

123456789101112131415161718192021222324252627282930
  1. Source: golang-notabug-themusicgod1-termui
  2. Section: devel
  3. Priority: optional
  4. Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
  5. Uploaders: jeff cliff <jeffrey.cliff@gmail.com>
  6. Build-Depends: debhelper (>= 8),
  7. dh-golang,
  8. gccgo,
  9. golang-github-mattn-go-runewidth-dev,
  10. golang-github-mitchellh-go-wordwrap-dev,
  11. golang-github-nsf-termbox-go-dev,
  12. golang-golang-x-net-dev,
  13. golang-github-stretchr-testify-dev
  14. Standards-Version: 4.1.1
  15. Homepage: https://notabug.org/themusicgod1/termui
  16. XS-Go-Import-Path: notabug.org/themusicgod1/termui
  17. Testsuite: autopkgtest-pkg-go
  18. Package: golang-notabug-themusicgod1-termui-dev
  19. Architecture: any
  20. Depends: ${shlibs:Depends}, ${misc:Depends},
  21. golang-github-mattn-go-runewidth-dev,
  22. golang-github-mitchellh-go-wordwrap-dev,
  23. golang-github-nsf-termbox-go-dev,
  24. golang-golang-x-net-dev,
  25. Description: Golang terminal dashboard
  26. termui is a cross-platform, easy-to-compile, and fully-customizable terminal
  27. dashboard. It is inspired by blessed-contrib, but purely in Go.