Compare commits
1 commit
rawhide
...
epel8-play
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
febee34093 |
5 changed files with 1 additions and 45 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/shc-4.0.3.tar.gz
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# shc
|
||||
|
||||
The shc package
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
epel8-playground decommissioned : https://pagure.io/epel/issue/136
|
||||
40
shc.spec
40
shc.spec
|
|
@ -1,40 +0,0 @@
|
|||
%global owner neurobin
|
||||
|
||||
Name: shc
|
||||
Summary: Shell script compiler
|
||||
URL: https://neurobin.org/projects/softwares/unix/shc/
|
||||
Version: 4.0.3
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/%{owner}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
License: GPLv3
|
||||
BuildRequires: gcc
|
||||
|
||||
%description
|
||||
SHC is a generic shell script compiler. It takes
|
||||
a script, which is specified on the command line
|
||||
and produces C source code. The generated source
|
||||
code is then compiled and linked to produce a s-
|
||||
tripped binary.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog README README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/*/%{name}*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 9 2019 Mosaab Alzoubi <moceap@hotmail.com> - 4.0.3-1
|
||||
- Update to 4.0.3
|
||||
|
||||
* Mon Apr 10 2017 Mosaab Alzoubi <moceap@hotmail.com> - 3.9.3-1
|
||||
- Initial
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (shc-4.0.3.tar.gz) = 78fbab26c652b3c3a41401e044ae69776fbdf5d28736c55bcf111f4261f863f6d97d81e87ad9288faf9c9a3299c1453dcca9ffd9d9ea04a1ff2b7299257e8cf7
|
||||
Loading…
Add table
Add a link
Reference in a new issue