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