Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37839449
en ru br
Репозитории ALT

Группа :: Разработка/Прочее
Пакет: nimble

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: nimble
Version: 0.14.2
Release: alt1
License: MIT
Group: Development/Other
Summary: A package manager for the Nim programming language
Source: %name-%version.tar.gz
BuildRequires: nim-lang /proc
Requires: nim-lang

%description
Nimble is the default package manager for the Nim programming language.

%prep
%setup

%build
nim c src/nimble.nim

%install
install -D src/nimble %buildroot/%_bindir/nimble
install -D nimble.bash-completion %buildroot%_datadir/bash-completion/completions/nimble
install -D nimble.zsh-completion %buildroot%_datadir/zsh/site-functions/_nimble

%files
%doc *.markdown
%_bindir/*
%_datadir/bash-completion/completions/*
%_datadir/zsh/site-functions/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin