File xone-dongle-firmware.spec of Package xone-dongle-firmware

Name:           xone-dongle-firmware
Version:        0.1
Release:        8
Summary:        Xbox Wireless Controller Adapter firmware
License:        Custom
URL:            https://github.com/medusalix/xone
Source0:        xone-dl-firmware
Requires:       wget
Requires:       cabextract
BuildArch:      noarch

%description
Xbox Wireless Controller Adapter firmware.

%prep

%build

%install
install -Dm 755 %{SOURCE0} %{buildroot}/usr/bin/xone-dl-firmware

%post
/usr/bin/xone-dl-firmware --skip-disclaimer --no-fail

%postun
if [ "$1" -eq 0 ] && [ -e "/usr/lib/firmware/xow_dongle.bin" ]; then
    rm -f /usr/lib/firmware/xow_dongle.bin
fi

%files
/usr/bin/xone-dl-firmware

%changelog
openSUSE Build Service is sponsored by