Added sway, custom st, orbment, wld, wlc and kakoune

This commit is contained in:
layman
2015-11-12 19:44:41 +01:00
parent 3743d7e5d4
commit 55c85ccb08
12 changed files with 395 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/wlc/wlc-9999.ebuild,v 1.13 2014/11/20 11:47:14 jer Exp $
EAPI=5
inherit cmake-utils eutils toolchain-funcs git-r3
DESCRIPTION="I3 compatible wayland WM"
HOMEPAGE="http://github.com/SirCmpwn/sway"
SRC_URI=""
EGIT_REPO_URI=${EGIT_REPO_URI:="https://github.com/SirCmpwn/sway.git"}
EGIT_BRANCH="master"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
IUSE=""
RDEPEND="
x11-base/xorg-server[wayland]
x11-libs/wlc
"
DEPEND="
dev-util/cmake
app-text/asciidoc
${RDEPEND}
"
src_prepare() {
cmake-utils_src_prepare
}
src_configure() {
cmake-utils_src_configure
}
src_install() {
sed -i "s/sway-9999\/bin\/\//sway-9999_build\/bin\//g" ${BUILD_DIR}/cmake_install.cmake
cmake-utils_src_install
}