Skip to content

Commit

Permalink
Merge pull request #8 from Soviet-Linux/Some-PKG-Fixes
Browse files Browse the repository at this point in the history
Fixed Nano
  • Loading branch information
ilovethensa committed Nov 19, 2023
2 parents 8b61a95 + dc5babd commit 6937226
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
Binary file modified all.db
Binary file not shown.
23 changes: 23 additions & 0 deletions base/src/nano.ecmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[info]
name = nano
type = src
version = 7.2
url = https://www.nano-editor.org/dist/v7/$NAME-$VERSION.tar.xz

[description]
The Nano package contains a small, simple text editor which aims to replace Pico, the default editor in the Pine package.

[download]
curl $URL | tar -xz $NAME-$VERSION.tar.xz

[install]
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-utf8 \
--docdir=/usr/share/doc/nano-$VERSION &&
make
make install && install -v -m644 doc/{nano.html,sample.nanorc} /usr/share/doc/nano-$VERSION

[locations]
/usr/share/nano
/usr/share/doc/nano-$VERSION
14 changes: 0 additions & 14 deletions testing/src/nano.ecmp

This file was deleted.

0 comments on commit 6937226

Please sign in to comment.