From f3716971e21704b2c28ee71e1cd5e1b4d67a7b86 Mon Sep 17 00:00:00 2001 From: Savoy Date: Tue, 23 Feb 2021 10:17:17 -0600 Subject: [PATCH 1/6] New package: todotxt-2.12.0 --- srcpkgs/todotxt/template | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 srcpkgs/todotxt/template diff --git a/srcpkgs/todotxt/template b/srcpkgs/todotxt/template new file mode 100644 index 00000000000..4a16f2365a8 --- /dev/null +++ b/srcpkgs/todotxt/template @@ -0,0 +1,32 @@ +# Template file for 'todotxt' +pkgname=todotxt +version=2.12.0 +revision=1 +#archs="i686 x86_64" +wrksrc="todo.txt_cli-${version}" +create_wrksrc=yes +#build_style=gnu-makefile +#configure_args="" +#make_build_args="" +#make_install_args="" +#conf_files="" +#make_dirs="/var/log/dir 0755 root root" +#hostmakedepends="" +#makedepends="" +depends="bash" +short_desc="Simple and extensible shell script for managing your todo.txt file" +maintainer="Savoy " +license="GPL-3.0-or-later" +homepage="https://github.com/todotxt/todo.txt-cli" +site="${homepage}/releases/download" +distfiles="${site}/v${version}/todo.txt_cli-${version}.tar.gz" +checksum="e6da9b2c8022658c514a0b1613b3eae52f6240bf2b3494a83dae713ea445d13e" + +do_install() { + cd $wrksrc + install -D -m644 todo.cfg $DESTDIR/usr/share/$pkgname/todo.cfg + install -D -m755 todo.sh $DESTDIR/usr/bin/todo.sh + + install -d $DESTDIR/usr/share/bash-completion/completions + install -D -m644 todo_completion $DESTDIR/usr/share/bash-completion/completions/todo.sh +} From be6b455284a115d082b79eaa34992e69c6a5e92a Mon Sep 17 00:00:00 2001 From: Savoy Date: Tue, 23 Feb 2021 10:17:17 -0600 Subject: [PATCH 2/6] New package: todotxt-2.12.0 --- srcpkgs/todotxt/template | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 srcpkgs/todotxt/template diff --git a/srcpkgs/todotxt/template b/srcpkgs/todotxt/template new file mode 100644 index 00000000000..4a16f2365a8 --- /dev/null +++ b/srcpkgs/todotxt/template @@ -0,0 +1,32 @@ +# Template file for 'todotxt' +pkgname=todotxt +version=2.12.0 +revision=1 +#archs="i686 x86_64" +wrksrc="todo.txt_cli-${version}" +create_wrksrc=yes +#build_style=gnu-makefile +#configure_args="" +#make_build_args="" +#make_install_args="" +#conf_files="" +#make_dirs="/var/log/dir 0755 root root" +#hostmakedepends="" +#makedepends="" +depends="bash" +short_desc="Simple and extensible shell script for managing your todo.txt file" +maintainer="Savoy " +license="GPL-3.0-or-later" +homepage="https://github.com/todotxt/todo.txt-cli" +site="${homepage}/releases/download" +distfiles="${site}/v${version}/todo.txt_cli-${version}.tar.gz" +checksum="e6da9b2c8022658c514a0b1613b3eae52f6240bf2b3494a83dae713ea445d13e" + +do_install() { + cd $wrksrc + install -D -m644 todo.cfg $DESTDIR/usr/share/$pkgname/todo.cfg + install -D -m755 todo.sh $DESTDIR/usr/bin/todo.sh + + install -d $DESTDIR/usr/share/bash-completion/completions + install -D -m644 todo_completion $DESTDIR/usr/share/bash-completion/completions/todo.sh +} From 0b93077ca66c823d1007732a49289ef9427650a3 Mon Sep 17 00:00:00 2001 From: Savoy Date: Tue, 23 Feb 2021 10:17:17 -0600 Subject: [PATCH 3/6] New package: todotxt-2.12.0 --- srcpkgs/todotxt/template | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 srcpkgs/todotxt/template diff --git a/srcpkgs/todotxt/template b/srcpkgs/todotxt/template new file mode 100644 index 00000000000..4a16f2365a8 --- /dev/null +++ b/srcpkgs/todotxt/template @@ -0,0 +1,32 @@ +# Template file for 'todotxt' +pkgname=todotxt +version=2.12.0 +revision=1 +#archs="i686 x86_64" +wrksrc="todo.txt_cli-${version}" +create_wrksrc=yes +#build_style=gnu-makefile +#configure_args="" +#make_build_args="" +#make_install_args="" +#conf_files="" +#make_dirs="/var/log/dir 0755 root root" +#hostmakedepends="" +#makedepends="" +depends="bash" +short_desc="Simple and extensible shell script for managing your todo.txt file" +maintainer="Savoy " +license="GPL-3.0-or-later" +homepage="https://github.com/todotxt/todo.txt-cli" +site="${homepage}/releases/download" +distfiles="${site}/v${version}/todo.txt_cli-${version}.tar.gz" +checksum="e6da9b2c8022658c514a0b1613b3eae52f6240bf2b3494a83dae713ea445d13e" + +do_install() { + cd $wrksrc + install -D -m644 todo.cfg $DESTDIR/usr/share/$pkgname/todo.cfg + install -D -m755 todo.sh $DESTDIR/usr/bin/todo.sh + + install -d $DESTDIR/usr/share/bash-completion/completions + install -D -m644 todo_completion $DESTDIR/usr/share/bash-completion/completions/todo.sh +} From 91914db389d9c733934ac03ac427e0a1da90a2ae Mon Sep 17 00:00:00 2001 From: Savoy Date: Tue, 23 Feb 2021 10:17:17 -0600 Subject: [PATCH 4/6] New package: todotxt-2.12.0 --- srcpkgs/todotxt/template | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 srcpkgs/todotxt/template diff --git a/srcpkgs/todotxt/template b/srcpkgs/todotxt/template new file mode 100644 index 00000000000..4a16f2365a8 --- /dev/null +++ b/srcpkgs/todotxt/template @@ -0,0 +1,32 @@ +# Template file for 'todotxt' +pkgname=todotxt +version=2.12.0 +revision=1 +#archs="i686 x86_64" +wrksrc="todo.txt_cli-${version}" +create_wrksrc=yes +#build_style=gnu-makefile +#configure_args="" +#make_build_args="" +#make_install_args="" +#conf_files="" +#make_dirs="/var/log/dir 0755 root root" +#hostmakedepends="" +#makedepends="" +depends="bash" +short_desc="Simple and extensible shell script for managing your todo.txt file" +maintainer="Savoy " +license="GPL-3.0-or-later" +homepage="https://github.com/todotxt/todo.txt-cli" +site="${homepage}/releases/download" +distfiles="${site}/v${version}/todo.txt_cli-${version}.tar.gz" +checksum="e6da9b2c8022658c514a0b1613b3eae52f6240bf2b3494a83dae713ea445d13e" + +do_install() { + cd $wrksrc + install -D -m644 todo.cfg $DESTDIR/usr/share/$pkgname/todo.cfg + install -D -m755 todo.sh $DESTDIR/usr/bin/todo.sh + + install -d $DESTDIR/usr/share/bash-completion/completions + install -D -m644 todo_completion $DESTDIR/usr/share/bash-completion/completions/todo.sh +} From 22917509511ba4d2c01a0303aee96535f4b647b8 Mon Sep 17 00:00:00 2001 From: Savoy Date: Thu, 25 Feb 2021 08:39:33 -0600 Subject: [PATCH 5/6] wee-slack: update to 2.7.0 --- srcpkgs/wee-slack/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/wee-slack/template b/srcpkgs/wee-slack/template index 0f5734734ea..08f56d3c7dd 100644 --- a/srcpkgs/wee-slack/template +++ b/srcpkgs/wee-slack/template @@ -1,14 +1,14 @@ # Template file for 'wee-slack' pkgname=wee-slack -version=2.6.0 -revision=2 +version=2.7.0 +revision=1 depends="weechat weechat-python python3-websocket-client" short_desc="WeeChat plugin for Slack.com" maintainer="Renato Aguiar " license="MIT" homepage="https://github.com/wee-slack/wee-slack" distfiles="https://github.com/wee-slack/wee-slack/archive/v${version}.tar.gz" -checksum=1a4cfd1096f980d557f301b523e0bdfe8adfcf27c41ea41094474343424d2001 +checksum=da75962f97192ef5d10f5c7a0c72933aa1e4124ae0bfd84a1394f70f7d790b5b do_install() { vinstall wee_slack.py 644 usr/lib/weechat/python/ From 81574358a597101f262259b4d1a5f8e05c03593a Mon Sep 17 00:00:00 2001 From: Savoy Date: Thu, 25 Feb 2021 08:44:02 -0600 Subject: [PATCH 6/6] Simple shell script, will not be added --- srcpkgs/todotxt/template | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 srcpkgs/todotxt/template diff --git a/srcpkgs/todotxt/template b/srcpkgs/todotxt/template deleted file mode 100644 index 4a16f2365a8..00000000000 --- a/srcpkgs/todotxt/template +++ /dev/null @@ -1,32 +0,0 @@ -# Template file for 'todotxt' -pkgname=todotxt -version=2.12.0 -revision=1 -#archs="i686 x86_64" -wrksrc="todo.txt_cli-${version}" -create_wrksrc=yes -#build_style=gnu-makefile -#configure_args="" -#make_build_args="" -#make_install_args="" -#conf_files="" -#make_dirs="/var/log/dir 0755 root root" -#hostmakedepends="" -#makedepends="" -depends="bash" -short_desc="Simple and extensible shell script for managing your todo.txt file" -maintainer="Savoy " -license="GPL-3.0-or-later" -homepage="https://github.com/todotxt/todo.txt-cli" -site="${homepage}/releases/download" -distfiles="${site}/v${version}/todo.txt_cli-${version}.tar.gz" -checksum="e6da9b2c8022658c514a0b1613b3eae52f6240bf2b3494a83dae713ea445d13e" - -do_install() { - cd $wrksrc - install -D -m644 todo.cfg $DESTDIR/usr/share/$pkgname/todo.cfg - install -D -m755 todo.sh $DESTDIR/usr/bin/todo.sh - - install -d $DESTDIR/usr/share/bash-completion/completions - install -D -m644 todo_completion $DESTDIR/usr/share/bash-completion/completions/todo.sh -}