forked from M-Labs/nix-scripts
18 lines
370 B
YAML
18 lines
370 B
YAML
package:
|
|
name: binutils-##TARGET##
|
|
version: ##VERSION##
|
|
|
|
source:
|
|
url: ../src.tar.bz2
|
|
|
|
requirements:
|
|
build:
|
|
- libiconv
|
|
run:
|
|
- libiconv
|
|
|
|
about:
|
|
home: https://www.gnu.org/software/binutils/
|
|
license: GPL
|
|
summary: 'A set of programming tools for creating and managing binary programs, object files, libraries, profile data, and assembly source code.'
|