ayaports/unmaintained/craftbukkit-plugin-customtime/APKBUILD

22 lines
937 B
Text
Raw Normal View History

2021-11-30 21:44:44 +00:00
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
2023-03-31 20:26:25 +00:00
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
2021-11-30 21:44:44 +00:00
pkgname=craftbukkit-plugin-customtime
pkgver=2.1.1
2023-03-31 20:26:25 +00:00
pkgrel=2
2021-11-30 21:44:44 +00:00
pkgdesc="CustomTime is a simple plugin used to control the day/night cycle. You can speed up or slow down time any way you like."
options=!check
arch='noarch'
url="https://dev.bukkit.org/projects/customtime"
license="CC-BY-NC-4.0"
2022-01-02 03:53:55 +00:00
depends="craftbukkit>=1.16.1 craftbukkit<=1.18.1"
2023-03-31 20:26:25 +00:00
source="$pkgname-$pkgver.jar::https://media.forgecdn.net/files/3414/509/CustomTime-$pkgver.jar"
2021-11-30 21:44:44 +00:00
package() {
2023-03-31 20:26:25 +00:00
install -Dm644 "$srcdir"/$pkgname-$pkgver.jar "$pkgdir/var/lib/craftbukkit/plugins/CustomTime.jar"
chown craftbukkit:craftbukkit "$pkgdir"/var/lib/craftbukkit/plugins/CustomTime.jar
2021-11-30 21:44:44 +00:00
}
sha512sums="
fd3eb316dbdc16b1b1fe6a676e989507e09ad5fa3f1de3016db4bccdf11536f7a459cf5a134db87165edf6cf0229d7d656bcf0d81250cad20120bdaaa2fbc553 craftbukkit-plugin-customtime-2.1.1.jar
"