Compare commits
No commits in common. "dbab75223ab26bb3078bef3d2d84e8f01952a823" and "cd121bf2d7cbb663b0561de3147558f947ef1802" have entirely different histories.
dbab75223a
...
cd121bf2d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
*.swp
|
|
@ -1,25 +0,0 @@
|
|||||||
# Copyright 2020 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
inherit git-r3
|
|
||||||
|
|
||||||
DESCRIPTION="Console version of the game 2048"
|
|
||||||
HOMEPAGE="https://github.com/mevdschee/2048.c"
|
|
||||||
EGIT_REPO_URI="git://github.com/mevdschee/2048.c.git"
|
|
||||||
SRC_URI=""
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
BDEPEND=""
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
insinto /usr/bin
|
|
||||||
dobin 2048
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
masters = gentoo
|
|
||||||
thin-manifests = true
|
|
||||||
sign-manifests = false
|
|
@ -1 +0,0 @@
|
|||||||
bss
|
|
Loading…
x
Reference in New Issue
Block a user