File warpdriveengaged-ruby.spec of Package warpdriveengaged-ruby
#
# spec file for package warpdriveengaged-ruby
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: warpdriveengaged-ruby
Version: 0
Release: 0
Summary: Warp drive engaged!
License: MIT
URL: https://nordisch.org/
Source0: %{name}-%{version}.tar.xz
Requires: rubygem(%{rb_default_ruby_abi}:puma) >= 6
BuildArch: noarch
%description
Aye Aye Captain
%prep
%autosetup -p1
%build
%install
install -D -m 0644 config.ru %{buildroot}%{_datadir}/%{name}/config.ru
%files
%{_datadir}/%{name}/
%changelog