Skip to content

Commit

Permalink
add aur package
Browse files Browse the repository at this point in the history
  • Loading branch information
recolic committed Feb 22, 2019
1 parent 126469a commit 0f55389
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ A light & simple vivado project manager, natively working in Linux/Unix command

## Installation

- Arch Linux

You may install AUR package [vivado-wrapper](https://aur.archlinux.org/packages/vivado-wrapper) directly with your favorite package manager.

- Other Linux

```sh
git clone https://github.com/recolic/vivado-wrapper
export vivado_exec="/path/to/your/vivado" # Bash
Expand Down
18 changes: 18 additions & 0 deletions aur/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
pkgbase = vivado-wrapper
pkgdesc = Wrap vivado as a simple project manager, which works in shell command line natively.
pkgver = 1.3
pkgrel = 0
url = https://github.com/recolic/vivado-wrapper
install = vivado-wrapper.install
arch = any
license = GPL3
depends = bash
depends = findutils
source = vivado-wrapper-1.3.tar.gz::https://github.com/recolic/vivado-wrapper/archive/v1.3.tar.gz
source = vivado-wrapper-1.3.tar.gz.sig::https://github.com/recolic/vivado-wrapper/releases/download/v1.3/v1.3.tar.gz.sig
validpgpkeys = 8A260D8ABBEBEF75855FEFDF7C3D13CDCA5C947F
sha256sums = 473a268b8f237e9816ff3e40bde269c6fe069f9dc18ec8edcd82f85621a848e0
sha256sums = SKIP

pkgname = vivado-wrapper

0 comments on commit 0f55389

Please sign in to comment.