-# Contributor: sev <sev@sev.monster>
-# Maintainer: sev <sev@sev.monster>
+# Contributor: sev <alpine@sev.monster>
+# Maintainer: sev <alpine@sev.monster>
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"
+url="https://git.sev.monster/aports.git"
arch="noarch"
license="WTFPL"
-subpackages="$pkgname-doc"
-source="motd COPYING"
+source="motd"
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"
+sha512sums="e109f378b89fc6a61e72ce53101867976996a5643e1e68acc7a5b1666f073d34e40a91d6223bed20c8f17a62314acdae670385aa26c6887e6d74e15df2d09bcb motd"
+++ /dev/null
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- Version 2, December 2004
-
- Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
-
- Everyone is permitted to copy and distribute verbatim or modified
- copies of this license document, and changing it is allowed as long
- as the name is changed.
-
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. You just DO WHAT THE FUCK YOU WANT TO.
-
-