Browse Source

termux-services: set license to custom until we have another one

emacs-27
Henrik Grimler 5 years ago
parent
commit
b94c3dc361
  1. 3
      packages/termux-services/build.sh

3
packages/termux-services/build.sh

@ -1,8 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://github.com/Neo-Oli/termux-services/
TERMUX_PKG_DESCRIPTION="Service daemon for Termux"
TERMUX_PKG_VERSION=0.0.3
TERMUX_PKG_SHA256=5cb368761401b26e15529f113c8ce0b8e735fa0e911269fb7476cb8d42223c95
TERMUX_PKG_LICENSE="custom"
TERMUX_PKG_SRCURL=https://github.com/Neo-Oli/termux-services/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=5cb368761401b26e15529f113c8ce0b8e735fa0e911269fb7476cb8d42223c95
TERMUX_PKG_DEPENDS="busybox, coreutils"
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
TERMUX_PKG_BUILD_IN_SRC=yes

Loading…
Cancel
Save