summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2024-01-28 02:42:24 +0100
committerpiotr2024-01-28 02:42:24 +0100
commite4a893820f098a538b47907eca13d4a599d7257d (patch)
tree57f5dcb8aac041d7510b85771341d7244dcea1ae
parentd702ed50afd152babb7e746a64bc05f3c695bcdc (diff)
downloadaur-e4a893820f098a538b47907eca13d4a599d7257d.tar.gz
install README.md, LICENSE
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7cf0149fbb4..457fa2150e2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = autotiling
pkgdesc = Script for sway and i3 to automatically switch the horizontal / vertical window split orientation
pkgver = 1.8
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/nwg-piotr/autotiling
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index d10924bd589f..abeb1eb44e8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('autotiling')
pkgver=1.8
-pkgrel=3
+pkgrel=4
pkgdesc="Script for sway and i3 to automatically switch the horizontal / vertical window split orientation"
arch=('x86_64')
url="https://github.com/nwg-piotr/autotiling"
@@ -16,4 +16,7 @@ md5sums=('fda98daaf96517e598b0c1d5f993974f')
package() {
cd "${pkgname}-${pkgver}"
python setup.py install --root="${pkgdir}" --optimize=1
+
+ install -D -t "$pkgdir"/usr/share/licenses/"$pkgname" LICENSE
+ install -D -t "$pkgdir"/usr/share/doc/"$pkgname" README.md
}