mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 11:26:19 +00:00
4f8d2a57e9
* Initial fully buildable/bootable Odin Support * Rework NX-Boot to FAT32 Boot for shared usage between switch and odin * Move shared packages from switch/odin to main packages folder
12 lines
273 B
Makefile
12 lines
273 B
Makefile
PKG_NAME="tqftpserv"
|
|
PKG_SITE="https://github.com/andersson/tqftpserv"
|
|
PKG_LICENSE="Sony"
|
|
PKG_VERSION="783425b550de2a359db6aa3b41577c3fbaae5903"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="qrtr"
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
post_install() {
|
|
enable_service tqftpserv.service
|
|
}
|