summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRepentinus2023-06-14 17:25:23 +0000
committerRepentinus2023-06-14 17:25:23 +0000
commit46021fb0bf05bb4a916aa78023fa10138855dd6e (patch)
treebc2b3d1df9fcf407d4079c168ae419770cb10581
parent8d2b499bd404eec5a768ca273377c1ac02bd6cdd (diff)
downloadaur-vim-colors-solarized-git.tar.gz
upgpkg: vim-colors-solarized-git 20110509-4
Extract and store licence information.
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1599d267bcf..339eb9d48827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,4 +30,7 @@ package() {
install -Dm644 bitmaps/* "$pkgdir/usr/share/vim/vimfiles/bitmaps/"
install -Dm644 colors/* "$pkgdir/usr/share/vim/vimfiles/colors/"
install -Dm644 doc/solarized.txt "$pkgdir/usr/share/vim/vimfiles/doc/"
+
+ sed -nE '/^Copyright \(c\) 2011 Ethan Schoonover$/,$ p' README.mkd > LICENCE
+ install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENCE
}