main/dialog: mark no tests, fix license/pkgdesc

This commit is contained in:
A. Wilcox 2018-02-05 16:31:02 -06:00 committed by William Pitcock
parent 2334b0f09a
commit fdc2da322d

View File

@ -3,11 +3,12 @@
pkgname=dialog
_realver=1.3-20170509
pkgver=${_realver/-/.}
pkgrel=0
pkgdesc="A script-interpreter which provides a set of curses"
pkgrel=1
pkgdesc="Script interpreter providing curses widgets"
url="http://invisible-island.net/dialog/dialog.html"
arch="all"
license="GPL"
options="!check" # No test suite.
license="LGPL-2.1-only"
depends=
makedepends="ncurses-dev"
subpackages="$pkgname-doc"