From 541f91ec86bb5cb2fb5c668d8231a3263843638f Mon Sep 17 00:00:00 2001 From: Sasha Gerrand Date: Thu, 12 Dec 2019 18:49:12 +0000 Subject: [PATCH 1/2] Add deprecation notice As this package is now available in Alpine Linux's aports repository, direct users to install it from there instead. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43a3a3e..916afe5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # alpine-pkg-git-crypt -[![CircleCI](https://img.shields.io/circleci/project/sgerrand/alpine-pkg-git-crypt/master.svg)](https://circleci.com/gh/sgerrand/alpine-pkg-git-crypt) +:warning: Deprecate :warning: -This is [`git-crypt`][git-crypt] packaged for [Alpine Linux][alpine-linux]. +This was [`git-crypt`][git-crypt] packaged for [Alpine Linux][alpine-linux]. It is now [available in Alpine Linux's aports repository][alpine-linux-package-search], so please install it from there using `apk add git-crypt`. ## Releases @@ -20,4 +20,4 @@ The current installation method for these packages is to pull them in using [alpine-linux]: https://www.alpinelinux.org [git-crypt]: https://www.agwa.name/projects/git-crypt/ -[releases]: https://github.com/sgerrand/alpine-pkg-git-crypt/releases/ +[alpine-linux-package-search]: https://pkgs.alpinelinux.org/packages?name=git-crypt From 559af8d2098262833ddae682fc824cc095f65b0d Mon Sep 17 00:00:00 2001 From: Sasha Gerrand Date: Thu, 12 Dec 2019 18:51:36 +0000 Subject: [PATCH 2/2] Remove install and releases section, update notice --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index 916afe5..f838737 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,9 @@ # alpine-pkg-git-crypt -:warning: Deprecate :warning: +:warning: Deprecated package :warning: This was [`git-crypt`][git-crypt] packaged for [Alpine Linux][alpine-linux]. It is now [available in Alpine Linux's aports repository][alpine-linux-package-search], so please install it from there using `apk add git-crypt`. -## Releases - -See the [releases page][releases] for the latest download links. - -## Installing - -The current installation method for these packages is to pull them in using -`wget` or `curl` and install the local file with `apk`: - - apk --no-cache add ca-certificates - wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-git-crypt/master/sgerrand.rsa.pub - wget https://github.com/sgerrand/alpine-pkg-git-crypt/releases/download/0.6.0-r1/git-crypt-0.6.0-r1.apk - apk add git-crypt-0.6.0-r1.apk - [alpine-linux]: https://www.alpinelinux.org [git-crypt]: https://www.agwa.name/projects/git-crypt/ [alpine-linux-package-search]: https://pkgs.alpinelinux.org/packages?name=git-crypt