mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: reboot-mode-1.0.0
This commit is contained in:
parent
5c451c5d59
commit
a052f2ad5d
1 changed files with 16 additions and 0 deletions
16
srcpkgs/reboot-mode/template
Normal file
16
srcpkgs/reboot-mode/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'reboot-mode'
|
||||||
|
pkgname=reboot-mode
|
||||||
|
version=1.0.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_build_target=${pkgname}
|
||||||
|
short_desc="Reboot a mobile device to a specific mode"
|
||||||
|
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://gitlab.com/postmarketOS/reboot-mode"
|
||||||
|
distfiles="${homepage}/-/archive/${version}/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=c4e34f77ef09dd7281700255bffe31bdb28ca1b1e12ccb43d74f350459e987cd
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin ${pkgname}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue