Skip to content

Instantly share code, notes, and snippets.

@bkuri
Last active June 2, 2023 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkuri/8f7850e6020ee937a67324895c3b1be9 to your computer and use it in GitHub Desktop.
Save bkuri/8f7850e6020ee937a67324895c3b1be9 to your computer and use it in GitHub Desktop.
Latest version for inkscape-axidraw
# Maintainer: Alex Leray <alexandre@stdin.fr>
# Maintainer: Bernardo Kuri <aur@bkuri.com>
pkgname=inkscape-axidraw
pkgver='391'
pkgrel=1
pkgdesc='Inkscape extension for Axidraw.'
provides=('inkscape-axidraw' 'inkscape-eggbot')
url='https://github.com/evil-mad/EggBot/'
depends=('python' 'python-lxml' 'inkscape>=1.0.0')
license=('GPLv3')
arch=('any')
source=("https://cdn.evilmadscientist.com/dl/ad/public/$pkgver/ad-ink_lin-x86_$pkgver.zip")
sha256sums=('59eeee3db3fefffdbdbfe9ddd6cf718bc2ceede1a8f1f49688130b8c383e4043')
package() {
base="$pkgdir/usr/share/inkscape/extensions"
from="$srcdir/ad-ink_lin-x86_$pkgver"
to="$base/axidraw"
mkdir -p $to
cp -r -t $to "$from/axidraw_deps" -u
cp -r -t $to "$from/build_deps" -u
cp -t $to $from/*.* -u
}
@bkuri
Copy link
Author

bkuri commented Sep 19, 2021

BTW, I'm skipping the svg_fonts folder since those files already come with the inkscape package.

@bkuri
Copy link
Author

bkuri commented Nov 23, 2021

Updated for v302_r1.

@bkuri
Copy link
Author

bkuri commented Jun 2, 2023

Updated for v391.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment