Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vivado-wrapper
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
vivado-wrapper
Commits
95ba0cce
There was an error fetching the commit references. Please try again later.
Unverified
Commit
95ba0cce
authored
6 years ago
by
Recolic Keghart
Browse files
Options
Downloads
Patches
Plain Diff
1.4 aur update
parent
708ef003
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
aur/.SRCINFO
+5
-5
5 additions, 5 deletions
aur/.SRCINFO
aur/PKGBUILD
+3
-3
3 additions, 3 deletions
aur/PKGBUILD
aur/vivado-wrapper.install
+3
-2
3 additions, 2 deletions
aur/vivado-wrapper.install
with
11 additions
and
10 deletions
aur/.SRCINFO
+
5
−
5
View file @
95ba0cce
pkgbase = vivado-wrapper
pkgdesc = Wrap vivado as a simple project manager, which works in
shell
command line natively.
pkgver = 1.
3
pkgdesc = Wrap vivado as a simple project manager, which works in
linux
command line natively.
pkgver = 1.
4
pkgrel = 0
url = https://github.com/recolic/vivado-wrapper
install = vivado-wrapper.install
...
...
@@ -8,10 +8,10 @@ pkgbase = vivado-wrapper
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
source = vivado-wrapper-1.
4
.tar.gz::https://github.com/recolic/vivado-wrapper/archive/v1.
4
.tar.gz
source = vivado-wrapper-1.
4
.tar.gz.sig::https://github.com/recolic/vivado-wrapper/releases/download/v1.
4
/v1.
4
.tar.gz.sig
validpgpkeys = 8A260D8ABBEBEF75855FEFDF7C3D13CDCA5C947F
sha256sums =
473a268b8f237e9816ff3e40bde269c6fe069f9dc18ec8edcd82f85621a848e0
sha256sums =
3519d7cbec49cd80e68672e14ef063f8a981e563c9b4d862ebb2c65d3dd20b43
sha256sums = SKIP
pkgname = vivado-wrapper
...
...
This diff is collapsed.
Click to expand it.
aur/PKGBUILD
+
3
−
3
View file @
95ba0cce
...
...
@@ -2,9 +2,9 @@
# Original repo: https://github.com/recolic/vivado-wrapper
pkgname
=
vivado-wrapper
pkgver
=
1.
3
pkgver
=
1.
4
pkgrel
=
0
pkgdesc
=
"Wrap vivado as a simple project manager, which works in
shell
command line natively."
pkgdesc
=
"Wrap vivado as a simple project manager, which works in
linux
command line natively."
url
=
"https://github.com/recolic/
$pkgname
"
license
=(
"GPL3"
)
arch
=(
"any"
)
...
...
@@ -16,7 +16,7 @@ source=(
)
validpgpkeys
=(
"8A260D8ABBEBEF75855FEFDF7C3D13CDCA5C947F"
)
sha256sums
=(
"
473a268b8f237e9816ff3e40bde269c6fe069f9dc18ec8edcd82f85621a848e0
"
"
3519d7cbec49cd80e68672e14ef063f8a981e563c9b4d862ebb2c65d3dd20b43
"
"SKIP"
)
...
...
This diff is collapsed.
Click to expand it.
aur/vivado-wrapper.install
+
3
−
2
View file @
95ba0cce
#!/bin/bash
post_install
()
{
echo
""
echo
"
****************************************vivadow***********************************************
"
echo
"vivado-wrapper: executable is installed as 'vivadow'."
echo
"You may read /opt/vivado-wrapper/example and /opt/vivado-wrapper/README.md to learn its usage."
echo
""
echo
"Note: The first 'vivadow build' may need root privilege to create template files."
echo
"**********************************************************************************************"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment