Created attachment 598388 [details] wmderland-1.0.2.ebuild Add ebuild for wmderland, an X11 tiling window manager using space partitioning trees. Link to its Github repo: https://github.com/aesophor/wmderland
Comment on attachment 598388 [details] wmderland-1.0.2.ebuild >SRC_URI="https://raw.githubusercontent.com/aesophor/aesophor-overlay/master/x11-wm/wmderland/tarballs/wmderland-1.0.2.tar.gz" https://github.com/aesophor/wmderland/archive/1.0.2.tar.gz should work fine, i.e.: SRC_URI="https://github.com/aesophor/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="amd64 x86" Straight to stable keywords... >DEPEND=" > x11-libs/libX11 > debug? ( dev-cpp/glog ) Looks like that debug dependency will be used automagically based on build time checks.
Created attachment 598390 [details] wmderland-1.0.2.ebuild
(In reply to Jeroen Roovers from comment #1) > Comment on attachment 598388 [details] > wmderland-1.0.2.ebuild > > >SRC_URI="https://raw.githubusercontent.com/aesophor/aesophor-overlay/master/x11-wm/wmderland/tarballs/wmderland-1.0.2.tar.gz" > > https://github.com/aesophor/wmderland/archive/1.0.2.tar.gz should work fine, > i.e.: > > SRC_URI="https://github.com/aesophor/${PN}/archive/${PV}.tar.gz -> > ${P}.tar.gz" > > > > >LICENSE="MIT" > >SLOT="0" > >KEYWORDS="amd64 x86" > > Straight to stable keywords... > > >DEPEND=" > > x11-libs/libX11 > > debug? ( dev-cpp/glog ) > > Looks like that debug dependency will be used automagically based on build > time checks. Thank you! I've changed SRC_URI to the one you provided and KEYWORDS to "~amd64 ~x86".