mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-17 04:13:04 +00:00
27 lines
596 B
YAML
27 lines
596 B
YAML
name : bcml
|
|
version : 1
|
|
release : 1
|
|
source :
|
|
- https://github.com/NiceneNerd/BCML/archive/v3.0.0b18.tar.gz : 5ee09ad49e3b21b24ba56108f96dbc5574c4a3defe1772e969e994a1538c7530
|
|
license : GPL-2.0-or-later
|
|
summary : Insert summary here
|
|
description: |
|
|
Insert description here
|
|
networking : yes
|
|
builddeps :
|
|
- pkgconfig(yaml-0.1)
|
|
- nodejs
|
|
- pyyaml
|
|
- python-xxhash
|
|
- python-wheel
|
|
- python-requests
|
|
setup : |
|
|
pushd bcml/assets
|
|
npm install
|
|
npm build
|
|
pushd ../..
|
|
build : |
|
|
%python3_setup
|
|
install : |
|
|
%python3_install
|