]> git.sev.monster Git - aports.git/blame - testing/motd/APKBUILD
web2ldap: fix build deps
[aports.git] / testing / motd / APKBUILD
CommitLineData
cb9e502c 1# Contributor: sev <alpine@sev.monster>
2# Maintainer: sev <alpine@sev.monster>
ca508281 3pkgname=motd
4pkgver=1.0.0
8c347922 5pkgrel=2
ca508281 6pkgdesc="Write the result of \`uname -a' to /etc/motd daily"
cb9e502c 7url="https://git.sev.monster/aports.git"
ca508281 8arch="noarch"
9license="WTFPL"
cb9e502c 10source="motd"
ca508281 11options="!check"
12
13package() {
cce0f0e8 14 install -Dm755 motd "$pkgdir"/etc/periodic/daily/motd
ca508281 15}
16
cb9e502c 17sha512sums="e109f378b89fc6a61e72ce53101867976996a5643e1e68acc7a5b1666f073d34e40a91d6223bed20c8f17a62314acdae670385aa26c6887e6d74e15df2d09bcb motd"
This page took 0.04777 seconds and 4 git commands to generate.