Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions srcpkgs/plptools/files/ncpd/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
exec 2>&1

exec ncpd -d
17 changes: 17 additions & 0 deletions srcpkgs/plptools/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'plptools'
pkgname=plptools
version=1.0.26
revision=1
build_style=gnu-configure
makedepends="make automake git libtool gnupg tar pkgconf gettext-devel readline-devel"
depends="fuse"
short_desc="Utilities for communication with EPOC PDAs, e.g. mounting via FUSE"
maintainer="Juniper Gardiner <juniper.gardiner@gmail.com>"
license="GPL-2.0-only"
homepage="https://github.com/plptools/plptools"
distfiles="https://github.com/plptools/plptools/releases/download/v${version}/plptools-${version}.tar.gz"
checksum="5a7faf45e268a5717d0b4e79ba8648983fba1d3629923b371e5ee3dbc80f2a58"

post_install() {
vsv ncpd

Check failure on line 16 in srcpkgs/plptools/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

please indent with tabs
}
Loading