mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-nim/x11: new package, add 1.2
Signed-off-by: Suleyman Farajli <suleyman@farajli.net>
This commit is contained in:
25
dev-nim/x11/x11-1.2.ebuild
Normal file
25
dev-nim/x11/x11-1.2.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit nimble
|
||||
|
||||
DESCRIPTION="x11 wrapper for Nim"
|
||||
HOMEPAGE="https://github.com/nim-lang/x11"
|
||||
SRC_URI="https://github.com/nim-lang/x11/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="examples"
|
||||
|
||||
src_install() {
|
||||
nimble_src_install
|
||||
|
||||
if use examples; then
|
||||
dodoc -r examples
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user