Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion recipes-core/images/core-image-fun.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ IMAGE_INSTALL += " \
sl \
cmatrix \
cowsay \
"
asciiquarium \
"
22 changes: 22 additions & 0 deletions recipes-perl/asciiquarium/asciiquarium_1.1.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
SUMMARY = "Asciiquarium perl script"
DESCRIPTION = "Asciiquarium - enjoy the mysteries of the sea from the safety of your own terminal!"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://gpl.txt;md5=393a5ca445f6965873eca0259a17f833"

SRC_URI = " \
git://github.com/cmatsuoka/asciiquarium;branch=master;protocol=https;destsuffix=git \
"
SRCREV = "8bdb7d441a36a5a9f64b853317a66f9d4a82f08f"

S = "${WORKDIR}/git"

FIMES:${PN} += " \
${bindir}/asciiquarium \
"

do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}/asciiquarium ${D}${bindir}
}

RDEPENDS_${PN} += "term-animation curses"
15 changes: 15 additions & 0 deletions recipes-perl/curses/curses_1.41.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
SUMMARY = "Curses library for perl"
SECTION = "libs"
HOMEPAGE = "http://search.cpan.org/dist/Curses/"
DESCRIPTION = "Curses - terminal screen handling and optimization"
LICENSE = "GPL-1.0"
LIC_FILES_CHKSUM = "file://README;beginline=109;endline=131;md5=611bc93ea98f6d0b2a3c74ea88d15800"

SRC_URI = " \
https://cpan.metacpan.org/authors/id/G/GI/GIRAFFED/Curses-1.41.tar.gz \
"
SRC_URI[sha256sum] = "fb9efea8c7b5ed5f8ea5dee49d35252accfc05ee6e75cb9a37ab7c847cd261d7"

S = "${WORKDIR}/Curses-1.41"

inherit cpan ptest-perl
15 changes: 15 additions & 0 deletions recipes-perl/term-animation/term-animation_2.6.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
SUMMARY = "Term Animation library for perl"
SECTION = "libs"
HOMEPAGE = "http://search.cpan.org/dist/Term::Animation/"
DESCRIPTION = "Term::Animation - ASCII sprite animation framework"
LICENSE = "GPL-1.0"
LIC_FILES_CHKSUM = "file://README;beginline=28;endline=31;md5=64f233d98b569563b6a7931bcc9f99f1"

SRC_URI = " \
https://cpan.metacpan.org/authors/id/K/KB/KBAUCOM/Term-Animation-2.6.tar.gz \
"
SRC_URI[sha256sum] = "7d5c3c2d4f9b657a8b1dce7f5e2cbbe02ada2e97c72f3a0304bf3c99d084b045"

S = "${WORKDIR}/Term-Animation-2.6"

inherit cpan ptest-perl
2 changes: 1 addition & 1 deletion system-releases/unmatched-basic/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<remote fetch="https://git.yoctoproject.org/git/" name="yoctoproject"/>
<remote fetch="https://github.com" name="github"/>

<project name="Linux-Academic-Group/meta-lag.git" remote="github" revision="main" path="sources/meta-lag">
<project name="Linux-Academic-Group/meta-lag.git" remote="github" revision="12_add_asciiquarium_recipe" path="sources/meta-lag">
<linkfile dest="build/conf/bblayers.conf" src="system-releases/unmatched-basic/bblayers.conf"/>
<linkfile dest="build/conf/local.conf" src="system-releases/unmatched-basic/local.conf"/>
</project>
Expand Down