nano: install example nanorc
This commit is contained in:
parent
81beef0c95
commit
8836d3cc68
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nano'
|
# Template file for 'nano'
|
||||||
pkgname=nano
|
pkgname=nano
|
||||||
version=2.4.2
|
version=2.4.2
|
||||||
revision=1
|
revision=2
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="file-devel zlib-devel ncurses-devel"
|
makedepends="file-devel zlib-devel ncurses-devel"
|
||||||
|
@ -11,3 +11,7 @@ homepage="http://www.nano-editor.org/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://www.nano-editor.org/dist/v${version%.*}/$pkgname-$version.tar.gz"
|
distfiles="http://www.nano-editor.org/dist/v${version%.*}/$pkgname-$version.tar.gz"
|
||||||
checksum=c8cd7f18fcf5696d9df3364ee2a840e0ab7b6bdbd22abf850bbdc951db7f65b9
|
checksum=c8cd7f18fcf5696d9df3364ee2a840e0ab7b6bdbd22abf850bbdc951db7f65b9
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc doc/nanorc.sample
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue