diff options
Diffstat (limited to 'dev-db/dqlite/dqlite-1.0.0.ebuild')
| -rw-r--r-- | dev-db/dqlite/dqlite-1.0.0.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-db/dqlite/dqlite-1.0.0.ebuild b/dev-db/dqlite/dqlite-1.0.0.ebuild deleted file mode 100644 index 1385949b81f1..000000000000 --- a/dev-db/dqlite/dqlite-1.0.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools - -DESCRIPTION="Embeddable, replicated and fault tolerant SQL engine. " -HOMEPAGE="https://github.com/canonical/dqlite" -SRC_URI="https://github.com/canonical/dqlite/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="x86 amd64" - -DEPEND=" - >=dev-libs/libuv-1.8.0 - dev-db/sqlite[replication] - app-emulation/libco - app-emulation/raft - " - -src_prepare() { - default - eautoreconf -i -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc README.md -} |
