summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikos Toutountzoglou2024-04-14 14:38:35 +0200
committerNikos Toutountzoglou2024-04-14 14:38:35 +0200
commitcb75e3fb509074e2da310306821421914b65d23c (patch)
tree6512975e97fbdb171b8bed7c79b462b033b045df /PKGBUILD
parent6944b03d03cabc53421a4ad5ea986a2cac6fe424 (diff)
downloadaur-cb75e3fb509074e2da310306821421914b65d23c.tar.gz
Included license for music
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd3ee12c5ea8..fc39151eb951 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dreamchess
pkgver=0.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="DreamChess is an open source chess game. It comes with its own engine called Dreamer."
arch=(x86_64)
url="https://github.com/dreamchess/dreamchess"
@@ -35,4 +35,5 @@ package() {
make -C cmake DESTDIR="$pkgdir" install
# Install music content
cp -av --no-preserve=ownership "$srcdir"/$pkgname-music-1.0/data/music "$pkgdir"/usr/share/$pkgname
+ install -vDm644 "$srcdir"/$pkgname-music-1.0/LICENSE "$pkgdir"/usr/share/doc/DreamChess/MUSIC-LICENSE.txt
}