blob: 7ba8f38a903e043d95d7ba9c23cc4f7ecea8cd09 [file] [log] [blame]
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07001SUMMARY = "Render a loop of the Nyan Cat / Poptart Cat animation"
2HOMEPAGE = "https://nyancat.dakko.us/"
3SECTION = "graphics"
4
5LICENSE = "NCSA"
6LIC_FILES_CHKSUM = "file://src/nyancat.c;beginline=27;endline=49;md5=285f7ac87da4a631f348800687d845bd"
7
8S = "${WORKDIR}/git"
9
10SRCREV = "5ffb6c5c03d0e9156db8f360599d4f0449bb16b9"
11SRC_URI = " \
12 git://github.com/klange/nyancat;protocol=https;branch=master \
13"
14
15do_install_append() {
16 install -Dm 0755 ${S}/src/${BPN} ${D}${bindir}/${BPN}
17}