https://github.com/archivy/archivy-aur
https://github.com/archivy/archivy-aur
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/archivy/archivy-aur
- Owner: archivy
- License: mit
- Created: 2020-12-30T19:32:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T09:59:35.000Z (over 3 years ago)
- Last Synced: 2025-01-05T09:29:22.175Z (10 months ago)
- Language: Shell
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Archivy AUR
===========Archivy can be installed on Arch Linux from the AUR
To install the latest stable version,
```bash
yay -S archivy
```
To install the git version (master),```bash
yay -S archivy-git
```If you do not want to use an AUR helper, you can always install
`archivy` or `archivy-git` using `makepkg````bash
git clone https://aur.archlinux.org/archivy
cd archivy
makepkg -si
```License
-------Please see [LICENSE](./LICENSE) for more information