19 lines
314 B
Bash
19 lines
314 B
Bash
# Copyright 2018 Martin Sekera <sekerama@gmail.com>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require github [ user=elementary ]
|
|
require meson
|
|
|
|
SUMMARY="The Pantheon GTK+ stylesheet."
|
|
SLOT="0"
|
|
LICENCES="GPL-3"
|
|
|
|
DEPENDENCIES="
|
|
build:
|
|
x11-libs/gtk+:3
|
|
"
|
|
|
|
MYOPTIONS="
|
|
platform:
|
|
amd64
|
|
"
|