I searched the AUR for the existance of the package Veles (
https://codisec.com/veles/), nothing showed up so I wrote a PKGBUILD for it.

Upon initalizing an empty project directory, I got the following:
 git clone ssh://[email protected]/veles.git
Cloning into 'veles'...
remote: Counting objects: 19, done.
remote: Compressing objects: 100% (18/18), done.
remote: Total 19 (delta 0), reused 18 (delta 0)
Receiving objects: 100% (19/19), 17.74 KiB | 3.55 MiB/s, done.
 cd veles
 ls
veles.png  Veles.desktop  PKGBUILD
 head PKGBUILD
# Maintainer: Mateusz Paluszkiewicz <[email protected]>

pkgname=(veles python-veles)
pkgver=2017.2.0.YAGNI
pkgrel=1
pkgdesc='Binary data analysis and visualization tool'
url='https://codisec.com/veles'
license=('APLv2')
source=(
  "git+https://github.com/codilime/veles.git#tag=${pkgver}";

Any help would be appreciated, thanks!

Reply via email to