10 lines
236 B
Bash
10 lines
236 B
Bash
# Copyright 2019 Julian Ospald <hasufell@posteo.de>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require cargo [ channel=stable ]
|
|
require github [ user=Peltoche tag="${PV}" ]
|
|
require lsd
|
|
|
|
PLATFORMS="~amd64 ~x86"
|
|
|