mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
nyancat: add new package
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ccacda40bc
commit
ba8309fbb7
|
|
@ -482,6 +482,7 @@ RDEPENDS_packagegroup-meta-oe-graphics ="\
|
|||
libforms \
|
||||
lxdm \
|
||||
numlockx \
|
||||
nyancat \
|
||||
obconf \
|
||||
openbox \
|
||||
packagegroup-fonts-truetype \
|
||||
|
|
|
|||
17
meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb
Normal file
17
meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
SUMMARY = "Render a loop of the Nyan Cat / Poptart Cat animation"
|
||||
HOMEPAGE = "https://nyancat.dakko.us/"
|
||||
SECTION = "graphics"
|
||||
|
||||
LICENSE = "NCSA"
|
||||
LIC_FILES_CHKSUM = "file://src/nyancat.c;beginline=27;endline=49;md5=285f7ac87da4a631f348800687d845bd"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRCREV = "5ffb6c5c03d0e9156db8f360599d4f0449bb16b9"
|
||||
SRC_URI = " \
|
||||
git://github.com/klange/nyancat;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
do_install_append() {
|
||||
install -Dm 0755 ${S}/src/${BPN} ${D}${bindir}/${BPN}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user