Search Criteria
Package Details: termnote-git 1.2.2.r0.a5b5605-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/termnote-git.git (read-only, click to copy) |
---|---|
Package Base: | termnote-git |
Description: | Terminal Notes Application |
Upstream URL: | https://github.com/Terodom/termNote |
Keywords: | notes |
Licenses: | MIT |
Conflicts: | termNote |
Provides: | termNote |
Submitter: | Terodom |
Maintainer: | Terodom |
Last Packager: | Terodom |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-11-27 12:05 (UTC) |
Last Updated: | 2019-01-18 11:10 (UTC) |
Latest Comments
Terodom commented on 2022-12-21 00:33 (UTC)
@kleintux Thanks for the comment, i actually forgot about this package by now. When i created and uploaded the PKGBUILD i was still in college happy to have my first "real" project.
The actual project behind it is dead by now, mostly feature complete with what i wanted with a codebase that stinks of messy C++. While i don't think i will get to fix that anytime soon i will try to check the PKGBUILD docs again in the next few days and update it accordingly considering there may still be anyone who uses it.
kleintux commented on 2022-12-18 11:45 (UTC)
Don't use SUDO in PKGBUILDS. it's forbidden. Don't install something direct to the System. It's a security risk and the files will not be deleted if the package gets deleted. You need to add the files to the pkgdir folder.
see https://wiki.archlinux.org/title/Creating_packages#package()
thank you for fixing and maintaining