11 lines
198 B
Bash
11 lines
198 B
Bash
|
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
||
|
require love
|
||
|
|
||
|
PLATFORMS="~amd64 ~x86"
|
||
|
SLOT="0.7"
|
||
|
|
||
|
WORK=${WORKBASE}/love-HEAD
|
||
|
|