Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
# 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: Deprecated package :warning:

This is [`git-crypt`][git-crypt] packaged for [Alpine Linux][alpine-linux].

## 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
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`.

[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