diff options
author | Tim Biermann <tbier@posteo.de> | 2020-06-02 23:16:15 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-06-02 23:16:15 +0200 |
commit | 06c2d0defec6be2c7f18ac4f754cc9bf49aa23a1 (patch) | |
tree | 81f48ea599fb81d734c572c4f19d36371be855ad /papirus-libreoffice-theme/Pkgfile | |
parent | 8d272e6ec7a80ee9a32b5f8da777d5eff6dcdf1f (diff) | |
download | contrib-06c2d0defec6be2c7f18ac4f754cc9bf49aa23a1.tar.gz contrib-06c2d0defec6be2c7f18ac4f754cc9bf49aa23a1.tar.xz |
papirus-libreoffice-theme: initial commit, version 20170228
Diffstat (limited to 'papirus-libreoffice-theme/Pkgfile')
-rw-r--r-- | papirus-libreoffice-theme/Pkgfile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/papirus-libreoffice-theme/Pkgfile b/papirus-libreoffice-theme/Pkgfile new file mode 100644 index 000000000..8fe10cd0a --- /dev/null +++ b/papirus-libreoffice-theme/Pkgfile @@ -0,0 +1,14 @@ +# Description: Papirus theme for LibreOffice +# URL: https://github.com/PapirusDevelopmentTeam/papirus-libreoffice-theme +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: libreoffice + +name=papirus-libreoffice-theme +version=20170228 +release=1 +source=(https://github.com/PapirusDevelopmentTeam/papirus-libreoffice-theme/archive/$version/$name-$version.tar.gz) + +build() { + cd $name-$version + make DESTDIR=$PKG PREFIX=/usr/lib install +} |