Files
packages/anda/sass/sass.spec
T
windowsboy111 925b384ab6 Update packages
2022-11-17 23:41:31 +09:00

42 lines
1.1 KiB
RPMSpec

# https://file.coffee/u/Gz5mMFn8_KItLQ.jpg
%global debug_package %{nil}
%global __os_install_post %{nil}
%define _build_id_links none
Name: sass
Version: 1.56.1
Release: 1%{?dist}
Summary: The reference implementation of Sass, written in Dart
License: MIT
URL: https://sass-lang.com/dart-sass
Source0: https://github.com/sass/dart-sass/archive/refs/tags/%{version}.tar.gz
BuildRequires: dart
%description
Dart Sass is the primary implementation of Sass, which means it gets new features before any other implementation. It's fast, easy to install, and it compiles to pure JavaScript which makes it easy to integrate into modern web development workflows.
%prep
%setup -q -n dart-sass-%{version}
/usr/bin/dart pub get
%build
dart compile exe ./bin/sass.dart -o sass
%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 sass %{buildroot}%{_bindir}/sass
%files
%{_bindir}/sass
%license LICENSE
%doc README.md
%changelog
* Thu Nov 17 2022 windowsboy111 <wboy111@outlook.com> - 1.56.1-1
- new version
* Tue Oct 11 2022 Cappy Ishihara <cappy@cappuchino.xyz> - 1.53.0-5
- Repackaged from tauOS repository