mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-06 01:55:58 +01:00
Added Aseprite - pixel art editor - ebuild
This commit is contained in:
1
media-gfx/aseprite/Manifest
Normal file
1
media-gfx/aseprite/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
EBUILD aseprite-9999.ebuild 702 BLAKE2B 2391a5093f2beaa48e50b4bf1629bb5b20cdc260f496f676f92395ab87877e28b500cfa4616debfd8be15311f0ec6e980e55dfa2d7c714d992266311215758be SHA512 e53c1366bb93ee348e0b01fbfcee9829a96ddcb09d4f362f4be781f764e88d86a84cbea9188fe22a67a2fa29b9b93892ba9d0eeca215ca29f39a552ef7a5adc5
|
||||||
30
media-gfx/aseprite/aseprite-9999.ebuild
Normal file
30
media-gfx/aseprite/aseprite-9999.ebuild
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
# Copyright 1999-2018 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
|
||||||
|
inherit git-r3 cmake-utils
|
||||||
|
|
||||||
|
DESCRIPTION="Animated sprite editor and pixel art tool"
|
||||||
|
HOMEPAGE="https://www.aseprite.org"
|
||||||
|
SRC_URI=""
|
||||||
|
EGIT_REPO_URI="https://github.com/aseprite/aseprite"
|
||||||
|
CMAKE_MAKEFILE_GENERATOR="ninja"
|
||||||
|
CMAKE_BUILD_TYPE="Release"
|
||||||
|
|
||||||
|
LICENSE="https://github.com/aseprite/aseprite/blob/master/EULA.txt"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="dev-util/ninja
|
||||||
|
dev-util/cmake
|
||||||
|
x11-libs/libX11
|
||||||
|
x11-libs/libXcursor"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin $BUILD_DIR/bin/aseprite
|
||||||
|
mkdir -p "${D}usr/share/aseprite/"
|
||||||
|
cp -a $BUILD_DIR/bin/data "${D}usr/share/aseprite/"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user