# Maintainer: RaghavGohil raghavgohil2004@gmail.com

pkgname=den
pkgver=0.1.0
pkgrel=1
pkgdesc="CLI tool for capturing and organizing project notes and context"
arch=('any')
url="https://github.com/RaghavGohil/den"
license=('MIT')

depends=('python' 'python-pip')

source=("$pkgname-$pkgver.tar.gz::https://github.com/RaghavGohil/den/archive/v$pkgver.tar.gz")
sha256sums=('SKIP')

package() {
    cd "$srcdir/$pkgname-$pkgver"
    python -m pip install --no-deps --root="$pkgdir" .
}
