summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-12-10move options varRalph Torres
2023-12-09disable ltoRalph Torres
In some machines, building the package fails due to ring crate and (gcc) compiler linking issue. Refer: https://github.com/briansmith/ring/issues/1444
2023-12-04repackage tiny-irc-client-git as tiny-gitRalph Torres
2023-12-04pkgver: abbreviate commit idRalph Torres
2023-11-23remove RUSTUP_TOOLCHAIN varRalph Torres
The upstream provides a rust-toolchain file making RUSTUP_TOOLCHAIN unnecessary.
2023-11-23refactor and add functionsRalph Torres
all: prepend cd with srcdir var pkgver: simplify sed command prepare: added; fetch needed libraries in advance build: do cargo build instead of cargo install; change options check: added; run prescribed tests package: use -t option
2023-11-23update infoRalph Torres
Update list of maintainers and contributors. Move _pkgname var.
2023-11-20bump pkgrel: rust 1.74.0Ralph Torres
2023-11-20update depends, makedependsRalph Torres
depends: remove openssl: we build the variant of tiny that depends on rustls makedepends: change rust to cargo: build() explicitly depends on cargo which may be installed via rust or rustup
2023-11-11update to 0.11.0Ralph Torres
2023-11-11update pkgdesc to follow source repo's descriptionRalph Torres
2023-11-11add pkgver()Ralph Torres
Executing makepkg will cause pkgver() to update pkgver in PKGBUILD. The format (of form, say, 0.11.0.r18.e125c77) follows the convention described in the wiki.
2023-11-11add config and various files in package()Ralph Torres
2023-11-11refactor current iteration, remove unnecessary charsRalph Torres
2023-11-11update list of maintainers, contributorsRalph Torres
2021-11-08update to v0.10.0.eoli3n
2021-05-12Switch to stable Rust toolchainNick Econopouly
2021-05-12Update provides and conflicts to 'tiny-irc-client'Nick Econopouly
2021-03-25update to 0.8.0eoli3n
2020-12-04fix indentationeoli3n
2020-12-04enable desktop notificationseoli3n
2020-11-19Update version numberNick Econopouly
2020-11-19Add -p flag to mkdir commandNick Econopouly
2019-02-22make nightly install to a temporary directory for the build, added ↵Nick Econopouly
instructions for users with the toolchain installed already
2018-04-10Initial commit.Nick Econopouly