Package Details: itd-git r259.25220cf-2

Git Clone URL: https://aur.archlinux.org/itd-git.git (read-only, click to copy)
Package Base: itd-git
Description: Daemon that interfaces with InfiniTime firmware on the PineTime smartwatch
Upstream URL: None
Licenses: GPLv3
Conflicts: itctl, itd
Provides: itctl, itd
Submitter: Arsen6331
Maintainer: elara6331
Last Packager: elara6331
Votes: 4
Popularity: 0.000264
First Submitted: 2021-08-22 01:40 (UTC)
Last Updated: 2023-04-27 05:34 (UTC)

Required by (1)

Sources (1)

Latest Comments

elara6331 commented on 2023-04-27 19:14 (UTC)

@prurigro You're right, I forgot to cd into the repo in prepare, I'll fix that.

As for the gui, I've omitted it intentionally. It requires many extra dependencies that some users may not need. I'm planning to create a separate package for it.

prurigro commented on 2023-04-27 19:09 (UTC) (edited on 2023-04-27 19:09 (UTC) by prurigro)

The build is currently broken- to fix it I added this line to the top of the prepare function: cd "$srcdir/itd"

Also, it seems like it'd be easy enough to add the gui by including:

  • At the end of the build function: go build ./cmd/itgui

  • At the end of the package function: install -Dm755 itgui "$pkgdir/usr/bin/itgui"

Thanks for the project and the package on that note!

Terence commented on 2021-09-21 20:46 (UTC)

Hi, could you also build and install the gui?