1SUMMARY = "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} 18