mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
newt: fix license, other lint
This commit is contained in:
parent
7da3ec9fb8
commit
7d5882b0f5
1 changed files with 2 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'newt'
|
||||
pkgname=newt
|
||||
version=0.52.21
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="python-devel python3-devel"
|
||||
makedepends="slang-devel popt-devel python3-devel python-devel"
|
||||
short_desc="Library for color text mode, widget based user interfaces"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-3"
|
||||
license="LGPL-2.0-only"
|
||||
homepage="https://pagure.io/newt/"
|
||||
distfiles="https://pagure.io/releases/newt/newt-${version}.tar.gz"
|
||||
checksum=265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31
|
||||
|
@ -24,14 +24,12 @@ newt-devel_package() {
|
|||
}
|
||||
newt-python_package() {
|
||||
short_desc+=" - Python2 bindings"
|
||||
pycompile_module="snake.py"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python2*
|
||||
}
|
||||
}
|
||||
newt-python3_package() {
|
||||
short_desc+=" - Python3 bindings"
|
||||
pycompile_module="snake.py"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue