ipfire-3.x/nano/nano.nm

44 lines
887 B
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = nano
version = 7.2
release = 1
groups = Application/Editors
url = https://www.nano-editor.org/
license = GPLv2+
summary = A small text editor.
description
GNU nano is a small and friendly text editor.
end
source_dl = https://www.nano-editor.org/dist/v7/
build
requires
groff
ncurses-devel
end
configure_options += \
--enable-color \
--enable-multibuffer \
--enable-nanorc
end
packages
package %{name}
configfiles
%{sysconfdir}/nanorc
end
end
package %{name}-debuginfo
template DEBUGINFO
end
end