Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : etcher | name : etcher | ||||
| version : 1.4.8 | version : 1.4.9 | ||||
| release : 9 | release : 10 | ||||
| source : | source : | ||||
| - https://github.com/balena-io/etcher/archive/v1.4.8.tar.gz : e652d2c04af6957a3e545c85de20a940bb2620239d72ee3be851ead777ac73e2 | - git|https://github.com/balena-io/etcher.git : v1.4.9 | ||||
| - git|https://github.com/balena-io/scripts.git : 6077afeee039b2ff9eab5e217ea35c79428881bc | |||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : system.utils | component : system.utils | ||||
| summary : Flash OS images to SD cards & USB drives, safely and easily | summary : Flash OS images to SD cards & USB drives, safely and easily | ||||
| description: | | description: | | ||||
| Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. | Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. | ||||
| networking : yes | networking : yes | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(alsa) | - pkgconfig(alsa) | ||||
| - pkgconfig(gconf-2.0) | - pkgconfig(gconf-2.0) | ||||
| - pkgconfig(gtk+-2.0) | - pkgconfig(gtk+-2.0) | ||||
| - pkgconfig(xi) | - pkgconfig(xi) | ||||
| - pkgconfig(xscrnsaver) | - pkgconfig(xscrnsaver) | ||||
| - pkgconfig(xtst) | - pkgconfig(xtst) | ||||
| - git | |||||
| - jq | - jq | ||||
| - nodejs | - nodejs | ||||
| setup : | | setup : | | ||||
| cp -a $sources/scripts.git/. scripts/resin | |||||
| # Don't blame me for this | |||||
| git init | |||||
| git add . | |||||
| git commit -m"Dummy commit to make the install script happy" | |||||
| %patch -p1 < $pkgfiles/0001-Disable-update-checking.patch | %patch -p1 < $pkgfiles/0001-Disable-update-checking.patch | ||||
| build : | | build : | | ||||
| npm config set unsafe-perm=true | npm config set unsafe-perm=true | ||||
| %make electron-develop | %make electron-develop | ||||
| %make webpack | %make webpack | ||||
| # Workaround something that is wrong | # Workaround something that is wrong | ||||
| pushd node_modules/7zip-bin | pushd node_modules/7zip-bin | ||||
| Show All 24 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.