SUMMARY = "A LED blinker script that uses GPIO driver"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://blinker-gpio.sh;beginline=2;endline=4;md5=b643277952ad2cc7ffb00f5707cacc09"

SRC_URI = "file://blinker-gpio.sh"
S = "${WORKDIR}"

do_install() {
  install -d ${D}/${bindir}
  install -m 0755 ${S}/blinker-gpio.sh ${D}/${bindir}
}

RDEPENDS:${PN} = "libgpiod-tools"
RCONFLICTS:${PN} = "blinker-led"
