blob: a44e79362df90b41356f904f59bcac4fd6785b5f [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
Patrick Williams213cb262021-08-07 19:21:33 -050015do_install:append() {
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070016 install -Dm 0755 ${S}/src/${BPN} ${D}${bindir}/${BPN}
17}