makedeb


linwood-butterfly-bin 2.2.4-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.4'
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=('fdb8670ef61da402c76222fb97c6e42d2b2471c8011a018c5a34c6475f07ba77')
noextract=("${pkgname}_${pkgver}-${pkgrel}_${arch}.deb")
provides=("${_pkgname}")
conflicts=("linwood-butterfly" "linwood-butterfly-deb")

package() {
exec true
}