summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 63917d8e5fe0a0be65ba8d779b98d41c46aec42a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: MadTux <andreasgwilt@gmail.com>
pkgname=minetest-lott
pkgver=1.2.4
pkgrel=1
pkgdesc="A Lord of the Rings-based game for the Minetest engine."
url="https://minetest-lotr.github.io/"
arch=('any')
license=('LGPL2')
depends=('minetest')
conflicts=('minetest-lott-git')
source=("https://github.com/minetest-LOTR/Lord-of-the-Test/archive/v${pkgver}.tar.gz")
md5sums=('34a30ca84abbf0b8e0ee23eabb69023f')

package() {
  cd "${srcdir}/Lord-of-the-Test-${pkgver}"
  mkdir -p "$pkgdir/usr/share/minetest/games/Lord-of-the-Test"
  cp -r * "$pkgdir/usr/share/minetest/games/Lord-of-the-Test"
}

# vim:set ts=2 sw=2 et: