Skip to content
Open
Show file tree
Hide file tree
Changes from 10 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
16 changes: 16 additions & 0 deletions packages/meowdo/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pkgbase = meowdo
pkgver = 1.3.5
pkgdesc = 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
22 changes: 22 additions & 0 deletions packages/meowdo/meowdo.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
pkgname="meowdo"
pkgver="1.3.5"
pkgdesc="Cute, keyboard-driven todo list with a cat sidekick for your terminal"
arch=('amd64' 'arm64')
url='https://github.com/Sycorlax/Meowdo'
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

build() {
cd "${pkgname^}-${pkgver}"
make -j"${NCPU}"
}

package() {
cd "${pkgname^}-${pkgver}"
install -Dm755 "meowdo" -t "${pkgdir}/usr/bin"
install -Dm644 "README.md" -t "${pkgdir}/usr/share/doc/${pkgname}"
}
17 changes: 17 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -8804,6 +8804,23 @@ pkgbase = megasync-deb

pkgname = megasync-deb
---
pkgbase = meowdo
pkgver = 1.3.5
pkgdesc = 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