Commit 112f7f80 authored by Florent Revest's avatar Florent Revest

Adds an asteroid-icons-ion recipe

parent fcd10e2f
SUMMARY = "Asteroid's default set of icons, based on Ion Icons"
HOMEPAGE = "https://github.com/AsteroidOS/asteroid-icons-ion"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=92e02b7236a0635eaf1478f8041b0602"
SRC_URI = "git://github.com/AsteroidOS/asteroid-icons-ion;protocol=https"
SRCREV = "${AUTOREV}"
PR = "r1"
PV = "+git${SRCPV}"
S = "${WORKDIR}/git"
do_install() {
install -d ${D}/usr/share/icons/asteroid/
cp ${S}/src/* ${D}/usr/share/icons/asteroid/
}
FILES_${PN} = "/usr/share/icons/asteroid/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment