blob: bd7a9f71bfe4e9a054da19a7ec9e731e55f99931 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Generated by debtap
# Maintainer: vuelto
# Contributor: vuelto
pkgname=nura-note-bin
pkgver=1.0.0
pkgrel=1
pkgdesc="Nuranote is an easy to use notes app"
arch=('x86_64')
url="https://linkify-44026.web.app/"
license=('GPLv3')
depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://github.com/NuraNote/NuraNote-releases/releases/download/1.0.0/nura-note_1.0.0_amd64.deb")
sha512sums_x86_64=('b57a153d3e8932a6e228ae656e466e8edcb23437166f5a0cdc05d16d3f2b394d24198849133539847a6abd9177fb11363b44cb8c303b69623249676333acd2f1')
package(){
# Extract package data
tar -xz -f data.tar.gz -C "${pkgdir}"
}
|