]> git.sev.monster Git - aports.git/blame_incremental - testing/motd/APKBUILD
motd: fix url and install mode
[aports.git] / testing / motd / APKBUILD
... / ...
CommitLineData
1# Contributor: sev <sev@sev.monster>
2# Maintainer: sev <sev@sev.monster>
3pkgname=motd
4pkgver=1.0.0
5pkgrel=1
6pkgdesc="Write the result of \`uname -a' to /etc/motd daily"
7url="https://git.sev.monster/alpine.git"
8arch="noarch"
9license="WTFPL"
10subpackages="$pkgname-doc"
11source="motd COPYING"
12options="!check"
13
14package() {
15 # Replace with proper package command(s)
16 install -Dm755 motd "$pkgdir"/etc/periodic/daily/motd
17 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
18}
19
20sha512sums="e109f378b89fc6a61e72ce53101867976996a5643e1e68acc7a5b1666f073d34e40a91d6223bed20c8f17a62314acdae670385aa26c6887e6d74e15df2d09bcb motd
219af1142d329fc79e9bc947435d572f82c67827bc9f267b6d253561331c3a3b6dabdc72ceeab91be0683678245376d91d48f7f1902d733d9db8d80434e1e5a3a9 COPYING"
This page took 0.041485 seconds and 4 git commands to generate.