35 lines
866 B
YAML
35 lines
866 B
YAML
name: stormfetch
|
|
description: A simple linux fetch program written in go and bash
|
|
version: "8.0"
|
|
revision: 2
|
|
url: https://github.com/EnumeratedDev/stormfetch
|
|
license: MIT
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
type: source
|
|
keep:
|
|
- etc/stormfetch/config.yml
|
|
depends:
|
|
- bash
|
|
make_depends:
|
|
- golang
|
|
- libx11
|
|
- libxcursor
|
|
- libxrandr
|
|
- libxinerama
|
|
- libxi
|
|
- libglvnd
|
|
downloads:
|
|
- url: https://github.com/EnumeratedDev/stormfetch/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
|
extract_to: ${BPM_SOURCE}
|
|
extract_strip_components: 1
|
|
checksum: c379f0e86a36044580e912e8dc65b8e0a7b910c3455c295196f501e089688b21
|
|
split_packages:
|
|
- name: stormfetch
|
|
optional_depends:
|
|
- stormfetch-monitor-detection:For detecting monitor resolution and refresh rate
|
|
- name: stormfetch-monitor-detection
|
|
depends:
|
|
- stormfetch
|