Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Philippe Schommers
aports
Commits
240f73d1
Commit
240f73d1
authored
Nov 29, 2019
by
Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/nano: upgrade to 4.6
parent
8580928a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
main/nano/APKBUILD
main/nano/APKBUILD
+4
-10
No files found.
main/nano/APKBUILD
View file @
240f73d1
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
nano
pkgver
=
4.
5
pkgver
=
4.
6
pkgrel
=
0
pkgdesc
=
"Enhanced clone of the Pico text editor"
url
=
"https://www.nano-editor.org"
...
...
@@ -9,11 +9,9 @@ arch="all"
license
=
"GPL-3.0-or-later"
makedepends
=
"file-dev linux-headers ncurses-dev"
subpackages
=
"
$pkgname
-doc
$pkgname
-syntax::noarch"
source
=
"https://www.nano-editor.org/dist/v
${
pkgver
%.*
}
/
$pkgname
-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
source
=
"https://www.nano-editor.org/dist/v
${
pkgver
%.*
}
/nano-
$pkgver
.tar.xz"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -21,19 +19,15 @@ build() {
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--disable-nls
\
--with-wordbounds
--disable-nls
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
install
-Dm644
doc/sample.nanorc
\
"
$pkgdir
"
/etc/nanorc
...
...
@@ -53,4 +47,4 @@ syntax() {
"
$subpkgdir
"
/usr/share/
$pkgname
/
}
sha512sums
=
"1caee1f559cb11efa7535f4682e7ff6e22802d01ca21733a67031e4ba7c5d3ca13c60f22f71460bb99eadd8d001aeb3783a5e34d1433583e8822fc13d063e4d9 nano-4.5.tar.xz"
\ No newline at end of file
sha512sums
=
"c448722d522278cfbef2265979670a6a952f2bd2eea9238c680eb3ba6f17a69cff37408d9b4796235c381cd25604536c62a9ee9183001a16563aad152add52d5 nano-4.6.tar.xz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment