Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ mdbook
mdbook-linkcheck
megabasterd-bin
megasync-deb
meowdo
mercury-browser-deb
mesa-kisak-fresh
meson-focal-deb
Expand Down
17 changes: 17 additions & 0 deletions packages/meowdo/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pkgbase = meowdo
pkgver = 1.3.5
pkgrel = 1
pkgdesc = A cute, keyboard-driven todo list with a cat sidekick for your terminal
url = https://github.com/Sycorlax/Meowdo
arch = amd64
arch = arm64
depends = libncurses6
makedepends = gcc
makedepends = make
makedepends = libncurses-dev
license = GPL-3.0
maintainer = Sycorlax <mehdidiuori2002@gmail.com>
source = https://github.com/Sycorlax/Meowdo/archive/refs/tags/v1.3.5.tar.gz
sha256sums = SKIP

pkgname = meowdo
32 changes: 32 additions & 0 deletions packages/meowdo/meowdo.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
pkgname="meowdo"
pkgver="1.3.5"
pkgrel="1"
Comment thread
Sycorlax marked this conversation as resolved.
Outdated
pkgdesc="A cute, keyboard-driven todo list with a cat sidekick for your terminal"
Comment thread
Sycorlax marked this conversation as resolved.
Outdated
arch=('amd64' 'arm64')
url="https://github.com/Sycorlax/Meowdo"
Comment thread
Sycorlax marked this conversation as resolved.
Outdated
source=("https://github.com/Sycorlax/Meowdo/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('SKIP')
depends=("libncurses6")
makedepends=("gcc" "make" "libncurses-dev")
maintainer=("Sycorlax <mehdidiuori2002@gmail.com>")
license=('GPL-3.0')
Comment thread
Sycorlax marked this conversation as resolved.
Outdated

prepare() {
cd "${pkgname^}-${pkgver}"
}

Comment thread
Sycorlax marked this conversation as resolved.
Outdated
build() {
cd "${pkgname^}-${pkgver}"
make
Comment thread
Sycorlax marked this conversation as resolved.
Outdated
}

package() {
cd "${pkgname^}-${pkgver}"
install -Dm755 "meowdo" -t "${pkgdir}/usr/bin"
install -Dm644 "README.md" -t "${pkgdir}/usr/share/doc/${pkgname}"
}

post_install() {
echo "meowdo installed successfully!"
echo "Run 'meowdo' to start using your new todo list."
}
Comment thread
Sycorlax marked this conversation as resolved.
Outdated
18 changes: 18 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -8804,6 +8804,24 @@ pkgbase = megasync-deb

pkgname = megasync-deb
---
pkgbase = meowdo
pkgver = 1.3.5
pkgrel = 1
pkgdesc = A cute, keyboard-driven todo list with a cat sidekick for your terminal
url = https://github.com/Sycorlax/Meowdo
arch = amd64
arch = arm64
depends = libncurses6
makedepends = gcc
makedepends = make
makedepends = libncurses-dev
license = GPL-3.0
maintainer = Sycorlax <mehdidiuori2002@gmail.com>
source = https://github.com/Sycorlax/Meowdo/archive/refs/tags/v1.3.5.tar.gz
sha256sums = SKIP

pkgname = meowdo
---
pkgbase = mercury-browser-deb
gives = mercury-browser
pkgver = 129.0.2
Expand Down
Loading