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
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
658e08e7
Commit
658e08e7
authored
1 year ago
by
Celeste
Committed by
Kevin Daudt
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
community/w3m: take over maintainership
parent
9e3d9c32
No related branches found
No related tags found
1 merge request
!50323
community/w3m: take over maintainership
Pipeline
#175823
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/w3m/APKBUILD
+18
-11
18 additions, 11 deletions
community/w3m/APKBUILD
with
18 additions
and
11 deletions
community/w3m/APKBUILD
+
18
−
11
View file @
658e08e7
# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
# Maintainer:
ScrumpyJack <scrumpyjack@st.ilet.to
>
# Maintainer:
Celeste <cielesti@protonmail.com
>
pkgname
=
w3m
_pkgver
=
0.5.3+git20230718
pkgver
=
${
_pkgver
/+git/.
}
_gitrev
=
ee66aabc3987000c2851bce6ade4dcbb0b037d81
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"text-based web & gopher browser, as well as pager"
url
=
"https://github.com/tats/w3m"
license
=
"MIT"
arch
=
"all"
makedepends
=
"imlib2-dev openssl-dev>3 gc-dev ncurses-dev linux-headers"
subpackages
=
"
$pkgname
-doc
$pkgname
-perl::noarch
$pkgname
-image"
makedepends
=
"
gc-dev
imlib2-dev
linux-headers
ncurses-dev
openssl-dev>3
"
subpackages
=
"
$pkgname
-doc
$pkgname
-perl::noarch
$pkgname
-image
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/tats/w3m/archive/
$_gitrev
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$_gitrev
"
...
...
@@ -72,13 +82,10 @@ package() {
# external program (default: /usr/bin/mail) to handle mailto: links
rm
"
$pkgdir
"
/usr/lib/w3m/cgi-bin/w3mmail.cgi
install
-d
"
$pkgdir
"
/usr/share/doc/
"
$pkgname
"
install
-d
"
$pkgdir
"
/usr/share/licenses/
"
$pkgname
"
local
i
;
for
i
in
doc/
*
;
do
install
-m644
"
$i
"
"
$pkgdir
"
/usr/share/doc/
"
$pkgname
"
done
ln
-s
/usr/share/doc/
"
$pkgname
"
/README
\
"
$pkgdir
"
/usr/share/licenses/
"
$pkgname
"
install
-Dm644
doc/
*
-t
"
$pkgdir
"
/usr/share/doc/
$pkgname
install
-d
"
$pkgdir
"
/usr/share/licenses/
$pkgname
ln
-s
/usr/share/doc/
$pkgname
/README
\
"
$pkgdir
"
/usr/share/licenses/
$pkgname
}
perl
()
{
...
...
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