Skip to content

Commit 4414151

Browse files
committed
packages: remove Android, update README
- Nobody builds curl for Android using this anymore - Refreshed the README and converted to markdown Reported-by: John Porter Fixes #10416 Closes #10418
1 parent 74040dd commit 4414151

5 files changed

Lines changed: 13 additions & 165 deletions

File tree

.reuse/dep5

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ Files: packages/OS400/README.OS400
5757
Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
5858
License: curl
5959

60-
Files: packages/README
61-
Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
62-
License: curl
63-
6460
Files: packages/vms/build_vms.com
6561
Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
6662
License: curl

packages/Android/Android.mk

Lines changed: 0 additions & 133 deletions
This file was deleted.

packages/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
###########################################################################
2424
SUBDIRS = vms
2525

26-
EXTRA_DIST = README \
26+
EXTRA_DIST = README.md \
2727
OS400/README.OS400 \
2828
OS400/ccsidcurl.c \
2929
OS400/ccsidcurl.h \

packages/README

Lines changed: 0 additions & 27 deletions
This file was deleted.

packages/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!--
2+
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3+
4+
SPDX-License-Identifier: curl
5+
-->
6+
7+
# Packages
8+
9+
This directory and all its subdirectories are for special package
10+
information, templates, scripts and docs. The files herein should be of use
11+
for those of you who want to package curl in a binary or source format for
12+
these platforms.

0 commit comments

Comments
 (0)