Skip to content

Commit

Permalink
Add generated ebuild file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahtiar Gadimov committed Nov 18, 2019
1 parent 8ffbc82 commit 3bc91a9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions file-expert.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
EAPI=6

inherit autotools

DESCRIPTION='Expert system for recognizing file types.'
SRC_URI='file-expert-0.10.1.tar.gz'
SLOT='0'
KEYWORDS='amd64 ~x86'
IUSE=''
DEPEND='>=dev-lang/swi-prolog-8.0.0
>=dev-lang/python-3.5.0
>=dev-python/pyyaml-5.1'
RESTRICT='fetch'

src_prepare() {
default
eautoreconf
}
src_configure() {
econf
}
src_compile() {
emake V=1
}
src_install() {
emake DESTDIR="${D}" install
}


0 comments on commit 3bc91a9

Please sign in to comment.