forked from pacstall/pacstall-programs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ook37
committed
Mar 27, 2024
1 parent
9150b05
commit ef2252c
Showing
527 changed files
with
3,640 additions
and
3,482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
name="1password-cli-bin" | ||
pkgname="1password-cli" | ||
gives="op" | ||
repology=("project: ${pkgname}") | ||
pkgname="1password-cli-bin" | ||
gives="1password-cli" | ||
repology=("project: ${gives}") | ||
pkgver="2.25.0" | ||
url="https://cache.agilebits.com/dist/1P/op2/pkg/v${pkgver}/${gives}_linux_amd64_v${pkgver}.zip" | ||
source=("https://cache.agilebits.com/dist/1P/op2/pkg/v${pkgver}/${gives}_linux_amd64_v${pkgver}.zip") | ||
pkgdesc="1Password CLI" | ||
hash="6d6c85b23500b3167f80affd4dea6ed71abbee309ffdc9ca1d2689614b2c9d89" | ||
sha256sums=("6d6c85b23500b3167f80affd4dea6ed71abbee309ffdc9ca1d2689614b2c9d89") | ||
arch=('amd64') | ||
maintainer="Oren Klopfer <[email protected]>" | ||
maintainer=("Oren Klopfer <[email protected]>") | ||
|
||
package() { | ||
cd "${_archive}" | ||
sudo install -Dm755 "${gives}" -t "${pkgdir}/usr/bin" | ||
} |
12 changes: 6 additions & 6 deletions
12
packages/adapta-gtk-theme-git/adapta-gtk-theme-git.pacscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
name="adapta-gtk-theme-git" | ||
pkgname="adapta-gtk-theme-git" | ||
gives="adapta-gtk-theme" | ||
breaks=("adapta") | ||
url="https://github.com/adapta-project/${gives}.git" | ||
source=("https://github.com/adapta-project/${gives}.git") | ||
pkgver="3.95.0.11" | ||
makedepends=("parallel" "autoconf" "automake" "inkscape" "libgdk-pixbuf2.0-dev" "libglib2.0-dev" "libxml2-utils" "pkg-config" "sassc") | ||
pkgdesc="An adaptive Gtk+ theme based on Material Design Guidelines (Legacy)" | ||
maintainer="Elsie19 <[email protected]>" | ||
pkgver() { | ||
git ls-remote "${url}" master | cut -f1 | head -n1 | cut -c1-8 | ||
} | ||
maintainer=("Elsie19 <[email protected]>") | ||
|
||
prepare() { | ||
cd "${_archive}" | ||
./autogen.sh --prefix=/usr --enable-parallel | ||
} | ||
|
||
build() { | ||
cd "${_archive}" | ||
make -j"${NCPU}" | ||
} | ||
|
||
package() { | ||
cd "${_archive}" | ||
sudo make install DESTDIR="${pkgdir}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
name="adw-gtk3" | ||
pkgname="adw-gtk3" | ||
arch=('any') | ||
pkgver="5.3" | ||
pkgdesc="An unofficial GTK3 port of libadwaita." | ||
repology=("project: adw-gtk3" "repo: aur") | ||
url="https://github.com/lassekongo83/adw-gtk3/releases/download/v${pkgver}/${name}v${pkgver}.tar.xz" | ||
hash="2e6e87935bef30936e40d07c7af4fd20754e77917be224f61c4346867196bef0" | ||
maintainer="Herisson <[email protected]>" | ||
gives="${name}" | ||
breaks=("${name}" "${name}-git") | ||
source=("https://github.com/lassekongo83/adw-gtk3/releases/download/v${pkgver}/${pkgname}v${pkgver}.tar.xz") | ||
sha256sums=("2e6e87935bef30936e40d07c7af4fd20754e77917be224f61c4346867196bef0") | ||
maintainer=("Herisson <[email protected]>") | ||
gives="${pkgname}" | ||
breaks=("${pkgname}" "${pkgname}-git") | ||
|
||
build() { | ||
sudo mkdir -p "${pkgdir}/usr/share/themes/${name}" | ||
sudo mkdir -p "${pkgdir}/usr/share/themes/${name}-dark" | ||
cd "${_archive}" | ||
sudo mkdir -p "${pkgdir}/usr/share/themes/${pkgname}" | ||
sudo mkdir -p "${pkgdir}/usr/share/themes/${pkgname}-dark" | ||
} | ||
|
||
package() { | ||
sudo cp -r "${name}"/* "${pkgdir}/usr/share/themes/${name}/" | ||
sudo cp -r "${name}"-dark/* "${pkgdir}/usr/share/themes/${name}-dark/" | ||
cd "${_archive}" | ||
sudo cp -r "${pkgname}"/* "${pkgdir}/usr/share/themes/${pkgname}/" | ||
sudo cp -r "${pkgname}"-dark/* "${pkgdir}/usr/share/themes/${pkgname}-dark/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
name="alacritty" | ||
pkgname="alacritty" | ||
pkgver="0.13.2" | ||
repology=("project: alacritty") | ||
url="https://github.com/alacritty/alacritty/archive/refs/tags/v${pkgver}.tar.gz" | ||
source=("https://github.com/alacritty/alacritty/archive/refs/tags/v${pkgver}.tar.gz") | ||
makedepends=("cargo" "cmake" "pkg-config" "libfreetype6-dev" "libfontconfig1-dev" "libxcb-xfixes0-dev" "python3" "gzip" "scdoc") | ||
pkgdesc="A fast, cross-platform, OpenGL terminal emulator" | ||
maintainer="Warofzen <[email protected]>" | ||
maintainer=("Warofzen <[email protected]>") | ||
incompatible=('debian:bullseye' 'debian:bookworm') | ||
hash="e9a54aabc92bbdc25ab1659c2e5a1e9b76f27d101342c8219cc98a730fd46d90" | ||
sha256sums=("e9a54aabc92bbdc25ab1659c2e5a1e9b76f27d101342c8219cc98a730fd46d90") | ||
|
||
build() { | ||
cd "${_archive}" | ||
cargo build -j"${NCPU}" --release --locked | ||
} | ||
|
||
package() { | ||
cd "${_archive}" | ||
sudo install -Dm755 target/release/alacritty -t "${pkgdir}/usr/bin" | ||
|
||
sudo install -Dm644 extra/logo/alacritty-term.svg "${pkgdir}/usr/share/icons/hicolor/scalable/apps/Alacritty.svg" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,36 @@ | ||
name="amfora-bin" | ||
pkgname="amfora" | ||
pkgname="amfora-bin" | ||
gives="amfora" | ||
pkgver="1.9.2" | ||
gives="${pkgname}" | ||
breaks=("${pkgname}" "${pkgname}-git" "${pkgname}-deb" "${pkgname}-app") | ||
breaks=("${gives}" "${gives}-git" "${gives}-deb" "${gives}-app") | ||
pkgdesc="Amfora aims to be the best looking Gemini client with the most features" | ||
hash="a468f97f0e3fa1d69868980fd0e5893388ccd9c849874d26e4d0b426fd6bff3e" | ||
url="https://github.com/makeworld-the-better-one/amfora/releases/download/v${pkgver}/amfora_${pkgver}_linux_64-bit" | ||
maintainer="Elsie19 <[email protected]>" | ||
repology=("project: ${pkgname}") | ||
sha256sums=( | ||
"a468f97f0e3fa1d69868980fd0e5893388ccd9c849874d26e4d0b426fd6bff3e" | ||
"SKIP" | ||
"SKIP" | ||
) | ||
source=( | ||
"https://github.com/makeworld-the-better-one/amfora/releases/download/v${pkgver}/amfora_${pkgver}_linux_64-bit" | ||
"amfora.png::https://roboticoverlords.org/amfora.png" | ||
"amfora.desktop::https://raw.githubusercontent.com/makeworld-the-betterne/amfora/master/amfora.desktop" | ||
) | ||
maintainer=("Elsie19 <[email protected]>") | ||
repology=("project: ${gives}") | ||
|
||
prepare() { | ||
wget -q https://roboticoverlords.org/amfora.png | ||
if [[ "$(sha256sum amfora.png | cut -d' ' -f 1)" != "3d029d05cff8c42e82685ce7a61fcaa2118e4cbb6a547816a7d5150868a11092" ]]; then | ||
fancy_message error "Checksum for amfora.png failed" | ||
cd "${_archive}" | ||
if [[ "$(sha256sum ${srcdir}/amfora.png | cut -d' ' -f 1)" != "3d029d05cff8c42e82685ce7a61fcaa2118e4cbb6a547816a7d5150868a11092" ]]; then | ||
fancy_message error "Checksum for ${srcdir}/amfora.png failed" | ||
return 1 | ||
fi | ||
wget -q https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/amfora.desktop | ||
if [[ "$(sha256sum amfora.desktop | cut -d' ' -f 1)" != "812e1faad6f6d4817eac60d36813472afebe2980cd2e661151a3d98669274207" ]]; then | ||
fancy_message error "Checksum for amfora.desktop failed" | ||
if [[ "$(sha256sum ${srcdir}/amfora.desktop | cut -d' ' -f 1)" != "812e1faad6f6d4817eac60d36813472afebe2980cd2e661151a3d98669274207" ]]; then | ||
fancy_message error "Checksum for ${srcdir}/amfora.desktop failed" | ||
return 1 | ||
fi | ||
} | ||
|
||
package() { | ||
sudo install -Dm644 amfora.png "${pkgdir}/usr/share/pixmaps/amfora.png" | ||
sudo install -Dm644 amfora.desktop "${pkgdir}/usr/share/applications/amfora.desktop" | ||
sudo install -Dm755 "amfora_${pkgver}_linux_64-bit" "${pkgdir}/usr/bin/${pkgname}" | ||
cd "${_archive}" | ||
sudo install -Dm644 ${srcdir}/amfora.png "${pkgdir}/usr/share/pixmaps/amfora.png" | ||
sudo install -Dm644 ${srcdir}/amfora.desktop "${pkgdir}/usr/share/applications/amfora.desktop" | ||
sudo install -Dm755 "amfora_${pkgver}_linux_64-bit" "${pkgdir}/usr/bin/${gives}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
name="an-anime-game-launcher-bin" | ||
pkgname="an-anime-game-launcher" | ||
pkgname="an-anime-game-launcher-bin" | ||
gives="an-anime-game-launcher" | ||
pkgver="3.9.5" | ||
pkgdesc="Launcher for a specific anime game with auto-patching, discord rpc and time tracking" | ||
repology=("project: an-anime-game-launcher") | ||
url="https://github.com/an-anime-team/an-anime-game-launcher/releases/download/${pkgver}/anime-game-launcher" | ||
hash="b6a036ec76d4fc2573263fad61ff3ed1e937fa8bdf3e0cddfd79a8cd65e9bb55" | ||
source=( | ||
"https://github.com/an-anime-team/an-anime-game-launcher/releases/download/${pkgver}/anime-game-launcher" | ||
"icon.png::https://raw.githubusercontent.com/an-anime-team/an-anime-game-launcher/main/assets/images/icon.png" | ||
) | ||
sha256sums=( | ||
"b6a036ec76d4fc2573263fad61ff3ed1e937fa8bdf3e0cddfd79a8cd65e9bb55" | ||
"SKIP" | ||
) | ||
depends=("xdelta3") | ||
maintainer="Elsie19 <[email protected]>" | ||
gives="${pkgname}" | ||
maintainer=("Elsie19 <[email protected]>") | ||
incompatible=("ubuntu:bionic" "ubuntu:focal" "ubuntu:jammy" "ubuntu:kinetic" "debian:stretch" "debian:buster" "debian:bullseye") | ||
breaks=("${pkgname}" "${pkgname}-deb" "${pkgname}-app" "${pkgname}-git") | ||
breaks=("${gives}" "${gives}-deb" "${gives}-app" "${gives}-git") | ||
|
||
optdepends=( | ||
"mangohud: FPS Hud/GUI" | ||
|
@@ -19,7 +24,8 @@ optdepends=( | |
) | ||
|
||
package() { | ||
sudo install -Dm755 "anime-game-launcher" "${pkgdir}/usr/bin/${pkgname}" | ||
cd "${_archive}" | ||
sudo install -Dm755 "anime-game-launcher" "${pkgdir}/usr/bin/${gives}" | ||
sudo mkdir -p "${pkgdir}/usr/share/applications" | ||
echo '[Desktop Entry] | ||
Name=An Anime Game Launcher | ||
|
@@ -29,8 +35,7 @@ Type=Application | |
Categories=Game; | ||
Terminal=false | ||
X-AppImage-Version=2.4.2' | sudo tee "${pkgdir}/usr/share/applications/an-anime-game-launcher.desktop" > /dev/null | ||
wget -q https://raw.githubusercontent.com/an-anime-team/an-anime-game-launcher/main/assets/images/icon.png | ||
sudo install -Dm644 "icon.png" "${pkgdir}/usr/share/icons/hicolor/64x64/apps/an-anime-game-launcher.png" | ||
sudo install -Dm644 "${srcdir}/icon.png" "${pkgdir}/usr/share/icons/hicolor/64x64/apps/an-anime-game-launcher.png" | ||
|
||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 6 additions & 5 deletions
11
packages/android-studio-canary/android-studio-canary.pacscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
name="android-studio-canary" | ||
pkgname="android-studio-canary" | ||
gives="android-studio" | ||
repology=("project: ${gives}") | ||
replace=("${gives}-beta" "${gives}" "${name}") | ||
replaces=("${gives}-beta" "${gives}" "${pkgname}") | ||
pkgver="2023.1.1.28" | ||
url="https://dl.google.com/dl/android/studio/ide-zips/${pkgver}/${gives}-${pkgver}-linux.tar.gz" | ||
source=("https://dl.google.com/dl/android/studio/ide-zips/${pkgver}/${gives}-${pkgver}-linux.tar.gz") | ||
depends=("libc6-i386" "lib32ncurses6" "lib32stdc++6" "lib32z1" "libbz2-1.0:i386") | ||
pkgdesc="Android Studio is the official integrated development environment (IDE) for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development" | ||
hash="139d0dbb4909353b68fbf55c09b6d31a34512044a9d4f02ce0f1a9accca128f9" | ||
maintainer="Oren Klopfer <[email protected]>" | ||
sha256sums=("139d0dbb4909353b68fbf55c09b6d31a34512044a9d4f02ce0f1a9accca128f9") | ||
maintainer=("Oren Klopfer <[email protected]>") | ||
|
||
package() { | ||
cd "${_archive}" | ||
# Moving all android studio files to /opt | ||
sudo install -d "${pkgdir}/opt/${gives}" | ||
sudo cp -a bin lib jbr plugins license LICENSE.txt build.txt product-info.json "${pkgdir}/opt/${gives}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,29 @@ | ||
name="android-studio" | ||
repology=("project: ${name}" "repo: aur") | ||
replace=("${name}" "${name}-beta" "${name}-canary") | ||
pkgname="android-studio" | ||
repology=("project: ${pkgname}" "repo: aur") | ||
replaces=("${pkgname}" "${pkgname}-beta" "${pkgname}-canary") | ||
pkgver="2023.2.1.23" | ||
url="https://dl.google.com/dl/android/studio/ide-zips/${pkgver}/${name}-${pkgver}-linux.tar.gz" | ||
source=("https://dl.google.com/dl/android/studio/ide-zips/${pkgver}/${pkgname}-${pkgver}-linux.tar.gz") | ||
depends=("libc6-i386" "lib32ncurses6" "lib32stdc++6" "lib32z1" "libbz2-1.0:i386") | ||
pkgdesc="Android Studio is the official integrated development environment (IDE) for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development" | ||
hash="1b668f80ca811cdc350deb6568143da37fd57d7e90121f5542a319e52fd5a073" | ||
maintainer="Oren Klopfer <[email protected]>" | ||
sha256sums=("1b668f80ca811cdc350deb6568143da37fd57d7e90121f5542a319e52fd5a073") | ||
maintainer=("Oren Klopfer <[email protected]>") | ||
|
||
package() { | ||
cd "${_archive}" | ||
# Moving all android studio files to /opt | ||
sudo install -d "${pkgdir}/opt/${name}" | ||
sudo cp -a bin lib jbr plugins license LICENSE.txt build.txt product-info.json "${pkgdir}/opt/${name}" | ||
sudo install -d "${pkgdir}/opt/${pkgname}" | ||
sudo cp -a bin lib jbr plugins license LICENSE.txt build.txt product-info.json "${pkgdir}/opt/${pkgname}" | ||
|
||
# Creating a launcher in $PATH | ||
sudo install -d "${pkgdir}/usr/bin" | ||
|
||
sudo install -d "${pkgdir}/usr/share/applications" | ||
sudo wget -q "https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/${name}/${name}.desktop" -O "${pkgdir}//usr/share/applications/${name}.desktop" | ||
sudo wget -q "https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/${pkgname}/${pkgname}.desktop" -O "${pkgdir}//usr/share/applications/${pkgname}.desktop" | ||
|
||
sudo install -Dm644 bin/studio.png "${pkgdir}/usr/share/pixmaps/${name}.png" | ||
sudo install -Dm644 bin/studio.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png" | ||
sudo chmod -R ugo+rX "${pkgdir}/opt" | ||
sudo mkdir -p "${pkgdir}/usr/bin" | ||
sudo ln -s "/opt/${name}/bin/studio.sh" "${pkgdir}/usr/bin/${name}" | ||
sudo ln -s "/opt/${pkgname}/bin/studio.sh" "${pkgdir}/usr/bin/${pkgname}" | ||
} | ||
|
||
post_install() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,27 @@ | ||
name="ani-cli-bin" | ||
pkgname="ani-cli" | ||
pkgname="ani-cli-bin" | ||
gives="ani-cli" | ||
pkgver="4.8" | ||
repology=("project: ${pkgname}") | ||
url="https://github.com/pystardust/ani-cli/releases/download/v${pkgver}/ani-cli" | ||
repology=("project: ${gives}") | ||
source=( | ||
"https://github.com/pystardust/ani-cli/releases/download/v${pkgver}/ani-cli" | ||
"ani-cli.1::https://github.com/pystardust/ani-cli/releases/download/v${pkgver}/ani-cli.1" | ||
) | ||
depends=("grep" "sed" "wget" "mpv" "aria2" "ffmpeg" "fzf") | ||
hash="4a21690493b4aee4165f1881b19d9d696c9f56c5687940e587c542c6caa7c6fe" | ||
sha256sums=( | ||
"4a21690493b4aee4165f1881b19d9d696c9f56c5687940e587c542c6caa7c6fe" | ||
"SKIP" | ||
) | ||
pkgdesc="A cli tool to browse and play anime" | ||
maintainer="Elsie19 <[email protected]>" | ||
maintainer=("Elsie19 <[email protected]>") | ||
|
||
prepare() { | ||
cd "${_archive}" | ||
chmod +x ani-cli | ||
wget -q "https://github.com/pystardust/ani-cli/releases/download/v${pkgver}/ani-cli.1" | ||
gzip -9n ani-cli.1 | ||
gzip -9n ${srcdir}/ani-cli.1 | ||
} | ||
|
||
package() { | ||
cd "${_archive}" | ||
sudo install -Dm755 "./ani-cli" "${pkgdir}/usr/bin/ani-cli" | ||
sudo install -Dm644 "./ani-cli.1.gz" "${pkgdir}/usr/share/man/man1/ani-cli.1.gz" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name="anydesk-deb" | ||
pkgname="anydesk-deb" | ||
gives="anydesk" | ||
repology=("project: ${gives}") | ||
pkgver="6.3.0" | ||
url="http://deb.anydesk.com/pool/main/a/${gives}/${gives}_${pkgver}_amd64.deb" | ||
source=("http://deb.anydesk.com/pool/main/a/${gives}/${gives}_${pkgver}_amd64.deb") | ||
breaks=("${gives}-bin") | ||
pkgdesc="AnyDesk provides platform independent remote access to personal computers and other devices running the host application" | ||
hash="30f6e44cea28428d1cb645055fae72cf166f63318e0c94f2c12d18a3614ce30c" | ||
sha256sums=("30f6e44cea28428d1cb645055fae72cf166f63318e0c94f2c12d18a3614ce30c") | ||
arch=('amd64') | ||
maintainer="Oren Klopfer <[email protected]>" | ||
maintainer=("Oren Klopfer <[email protected]>") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name="anytype-deb" | ||
pkgname="anytype-deb" | ||
gives="anytype" | ||
pkgver="0.37.3" | ||
pkgdesc="Operating environment for the new internet. | ||
Anytype is a next generation software that breaks | ||
down barriers between applications, gives back privacy | ||
and data ownership to users." | ||
hash="0877d61d598f2917ef5a8a30974e63f1bb3dbefd0d67065b8ace07617523fba4" | ||
maintainer="Anifyuli <[email protected]>" | ||
sha256sums=("0877d61d598f2917ef5a8a30974e63f1bb3dbefd0d67065b8ace07617523fba4") | ||
maintainer=("Anifyuli <[email protected]>") | ||
arch=('amd64') | ||
url="https://github.com/anyproto/anytype-ts/releases/download/v${pkgver}/anytype_${pkgver}_amd64.deb" | ||
source=("https://github.com/anyproto/anytype-ts/releases/download/v${pkgver}/anytype_${pkgver}_amd64.deb") | ||
homepage='https://anytype.io/' | ||
repology=("project: ${gives}") |
Oops, something went wrong.