File android-translation-layer.spec of Package android-translation-layer
#
# spec file for package android-translation-layer
#
# Copyright (c) 2024 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: android-translation-layer
Version: 0.1.0~20241029+git.9b6c8db
Release: 0
Summary: A translation layer for running Android apps on a Linux system
License: GPL-3.0-or-later
URL: https://gitlab.com/android_translation_layer/android_translation_layer
Source: %{name}-%{version}.tar.zst
BuildRequires: meson
BuildRequires: java-devel
BuildRequires: zstd
BuildRequires: pkgconfig(alsa)
BuildRequires: art-standalone-devel
BuildRequires: bionic-translation-devel
%description
%summary
%prep
%autosetup -p1
%build
%meson
%meson_build
%install
%meson_install
#check
#meson_test
%files
%license LICEN*
%doc README*
%changelog