William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 1 | SUMMARY = "Render a loop of the Nyan Cat / Poptart Cat animation" |
| 2 | HOMEPAGE = "https://nyancat.dakko.us/" |
| 3 | SECTION = "graphics" |
| 4 | |
| 5 | LICENSE = "NCSA" |
| 6 | LIC_FILES_CHKSUM = "file://src/nyancat.c;beginline=27;endline=49;md5=285f7ac87da4a631f348800687d845bd" |
| 7 | |
| 8 | S = "${WORKDIR}/git" |
| 9 | |
| 10 | SRCREV = "5ffb6c5c03d0e9156db8f360599d4f0449bb16b9" |
| 11 | SRC_URI = " \ |
| 12 | git://github.com/klange/nyancat;protocol=https;branch=master \ |
| 13 | " |
| 14 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 15 | do_install:append() { |
William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 16 | install -Dm 0755 ${S}/src/${BPN} ${D}${bindir}/${BPN} |
| 17 | } |