Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
knuxify
aports
Commits
1ef9f4f7
Commit
1ef9f4f7
authored
5 years ago
by
Leo
Committed by
Francesco Colista
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/autossh: modernize, fix url, fix license
parent
8ee62d84
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/autossh/APKBUILD
+4
-8
4 additions, 8 deletions
community/autossh/APKBUILD
with
4 additions
and
8 deletions
community/autossh/APKBUILD
+
4
−
8
View file @
1ef9f4f7
...
@@ -2,22 +2,19 @@
...
@@ -2,22 +2,19 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname
=
autossh
pkgname
=
autossh
pkgver
=
1.4g
pkgver
=
1.4g
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Automatically restart SSH sessions and tunnels"
pkgdesc
=
"Automatically restart SSH sessions and tunnels"
url
=
"http://www.harding.motd.ca/autossh/"
url
=
"http
s
://www.harding.motd.ca/autossh/"
arch
=
"all"
arch
=
"all"
license
=
"
BSD
"
license
=
"
MIT
"
depends
=
"openssh-client"
depends
=
"openssh-client"
makedepends
=
""
options
=
"!check"
# no unit tests available
options
=
"!check"
# no unit tests available
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"http://www.harding.motd.ca/autossh/autossh-
$pkgver
.tgz
source
=
"http://www.harding.motd.ca/autossh/autossh-
$pkgver
.tgz
README.alpine
README.alpine
"
"
builddir
=
"
$srcdir
/autossh-
$pkgver
"
build
()
{
build
()
{
cd
"
$builddir
"
./configure
\
./configure
\
--build
=
$CBUILD
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--host
=
$CHOST
\
...
@@ -30,7 +27,6 @@ build() {
...
@@ -30,7 +27,6 @@ build() {
}
}
package
()
{
package
()
{
cd
"
$builddir
"
install
-D
-m755
autossh
\
install
-D
-m755
autossh
\
"
$pkgdir
"
/usr/bin/autossh
"
$pkgdir
"
/usr/bin/autossh
install
-D
-m644
CHANGES
\
install
-D
-m644
CHANGES
\
...
@@ -44,7 +40,7 @@ package() {
...
@@ -44,7 +40,7 @@ package() {
install
-D
-m644
autossh.1
\
install
-D
-m644
autossh.1
\
"
$pkgdir
"
/usr/share/man/man1/autossh.1
"
$pkgdir
"
/usr/share/man/man1/autossh.1
install
-Dm644
"
$srcdir
"
/README.alpine
\
install
-Dm644
"
$srcdir
"
/README.alpine
\
"
$pkgdir
"
/usr/share/doc/
$pkgname
/README.alpine
"
$pkgdir
"
/usr/share/doc/
$pkgname
/README.alpine
}
}
sha512sums
=
"499b560d978736f4e764d5d828282fdaba1cbf94811ae6be0be5434d9c1cdc6ca5513d728b6372aa243843cb1b91e61cfc5fdeb77ddb0b6a7ce027218ba67466 autossh-1.4g.tgz
sha512sums
=
"499b560d978736f4e764d5d828282fdaba1cbf94811ae6be0be5434d9c1cdc6ca5513d728b6372aa243843cb1b91e61cfc5fdeb77ddb0b6a7ce027218ba67466 autossh-1.4g.tgz
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment