Compare commits
3 Commits
cd121bf2d7
...
dbab75223a
Author | SHA1 | Date | |
---|---|---|---|
dbab75223a | |||
e77521471a | |||
c2bea504af |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.swp
|
25
games-puzzle/2048-c/2048-c-9999.ebuild
Normal file
25
games-puzzle/2048-c/2048-c-9999.ebuild
Normal file
@ -0,0 +1,25 @@
|
||||
# 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
|
||||
}
|
3
metadata/layout.conf
Normal file
3
metadata/layout.conf
Normal file
@ -0,0 +1,3 @@
|
||||
masters = gentoo
|
||||
thin-manifests = true
|
||||
sign-manifests = false
|
1
profiles/repo_name
Normal file
1
profiles/repo_name
Normal file
@ -0,0 +1 @@
|
||||
bss
|
Loading…
Reference in New Issue
Block a user