# Contributor: sev # Maintainer: sev pkgname=motd pkgver=1.0.0 pkgrel=1 pkgdesc="Write the result of \`uname -a' to /etc/motd daily" url="https://git.sev.monster/alpine.git" arch="noarch" license="WTFPL" subpackages="$pkgname-doc" source="motd COPYING" options="!check" package() { # Replace with proper package command(s) install -Dm755 motd "$pkgdir"/etc/periodic/daily/motd install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } sha512sums="e109f378b89fc6a61e72ce53101867976996a5643e1e68acc7a5b1666f073d34e40a91d6223bed20c8f17a62314acdae670385aa26c6887e6d74e15df2d09bcb motd 9af1142d329fc79e9bc947435d572f82c67827bc9f267b6d253561331c3a3b6dabdc72ceeab91be0683678245376d91d48f7f1902d733d9db8d80434e1e5a3a9 COPYING"