Added beginnings of an ebuild for FlatCAM
This commit is contained in:
parent
469a5a1d52
commit
c498d2595a
21
sci-electronics/flatcam/flatcam-9999.ebuild
Normal file
21
sci-electronics/flatcam/flatcam-9999.ebuild
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Id$
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
PYTHON_COMPAT=( python2_7 )
|
||||||
|
|
||||||
|
inherit distutils-r1 git-r3
|
||||||
|
|
||||||
|
DESCRIPTION="Free and Open-source PCB CAM.."
|
||||||
|
HOMEPAGE="http://flatcam.org"
|
||||||
|
SRC_URI="https://bitbucket.org/jpcgt/flatcam/downloads/FlatCAM-8.5.zip"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64 x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND=""
|
||||||
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||||
|
${RDEPEND}"
|
Loading…
Reference in New Issue
Block a user