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

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

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

Name: act
%global lname   AutomaticComponentToolkit
%global goipath github.com/Autodesk/%lname
Version: 1.6.0
Release: alt1
Summary: Automatic Component Toolkit
License: BSD

BuildRequires: %_bindir/go

Group: Development/Other
Url: https://%goipath
Packager: Anton Midyukov <antohami at altlinux.org>

#Source-url: %url/archive/v%version/%lname-%version.tar.gz

Source: %lname-%version.tar

%description
The Automatic Component Toolkit (ACT) is a code generator that takes an
instance of an Interface Description Language file and generates a thin
C89-API, implementation stubs and language bindings of your desired software
component.

%prep
%setup -n %lname-%version

%build
%{?!gobuild:%global gobuild go build -ldflags "-B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x}
%gobuild -o act Source/*.go

%install
mkdir -p %buildroot%_bindir
install -m 0755 -vp act %buildroot%_bindir/

%files
%doc README.md
%doc LICENSE.md
%_bindir/act

%changelog

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

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