blob: 8fe10cd0a691b8d20a2cf1cfcfb5633f99052230 (
plain)
1 # Description: Papirus theme for LibreOffice
2 # URL: https://github.com/PapirusDevelopmentTeam/papirus-libreoffice-theme
3 # Maintainer: Tim Biermann, tbier at posteo dot de
4 # Depends on: libreoffice
5
6 name=papirus-libreoffice-theme
7 version=20170228
8 release=1
9 source=(https://github.com/PapirusDevelopmentTeam/papirus-libreoffice-theme/archive/$version/$name-$version.tar.gz)
10
11 build() {
12 cd $name-$version
13 make DESTDIR=$PKG PREFIX=/usr/lib install
14 }
|