summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-02-20 16:35:18 +0000
committerGrey Christoforo2017-02-20 16:35:18 +0000
commit0a728907ef8bc8a19a43549e953ef1a538d8772c (patch)
tree4e38ed4718c699c3020aa17cac9c0a2395a2c2c3
parente9aa0edaed9497301e23ff7ad0292c032ebee29b (diff)
downloadaur-0a728907ef8bc8a19a43549e953ef1a538d8772c.tar.gz
make sure we include COPYING
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dbffc484256..da1231755125 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Feb 20 15:57:05 UTC 2017
+# Mon Feb 20 16:35:10 UTC 2017
pkgbase = heekscad-git
pkgdesc = HeeksCNC is an open source, 3D CAD/CAM software
pkgver = 1449.008d7b6f
- pkgrel = 5
+ pkgrel = 6
url = http://heeks.net
arch = x86_64
license = custom:BSD3
diff --git a/PKGBUILD b/PKGBUILD
index 57f0ab77b78f..d88795a64ae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=heekscad-git
pkgver=1449.008d7b6f
-pkgrel=5
+pkgrel=6
pkgdesc="HeeksCNC is an open source, 3D CAD/CAM software"
arch=('x86_64')
url="http://heeks.net"
@@ -36,4 +36,7 @@ build() {
package() {
cd "$srcdir/heekscad/build"
make DESTDIR="$pkgdir/" install
+
+ mkdir -p "${pkgdir}/usr/share/licenses"
+ cp "${srcdir}/heekscad/COPYING" "${pkgdir}/usr/share/licenses/$pkgname"
}