makedeb


linwood-butterfly-bin 2.2.2-1


🎨 Powerful, minimalistic, cross-platform, opensource note-taking app

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for linwood-butterfly-bin.

# Maintainer: Tai Lam <taivlam-aur-mpr [dot] tinsmith796 [at] silomails [dot] com>

pkgname="linwood-butterfly-bin"
_pkgname="linwood-butterfly"
pkgver='2.2.2'
pkgrel='1'
pkgdesc="🎨 Powerful, minimalistic, cross-platform, opensource note-taking app"
arch=('amd64')
depends=()
license=('AGPL-3.0-or-later')
url="https://butterfly.linwood.dev/"
_url="https://github.com/LinwoodDev/Butterfly"
source=("${pkgname}_${pkgver}-${pkgrel}_${arch}.deb"::"${_url}/releases/download/v${pkgver}/${_pkgname}-linux-x86_64.deb")
sha256sums=('54994922fae21052904ee1769fc5cf05bfa5b88f032577f2af83ca57c8e88839')
noextract=("${pkgname}_${pkgver}-${pkgrel}_${arch}.deb")
provides=("${_pkgname}")
conflicts=("linwood-butterfly" "linwood-butterfly-deb")

package() {
exec true
}