🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920
pkgname: wgetpaste
pkgver: '2.34'
pkgrel: '3'
pkgdesc: A script that automates pasting to a number of pastebin services
url: 'https://wgetpaste.zlin.dk/'
arch: x86_64
depends: []
makedepends:
- wget
source:
- 'https://github.com/zlin/${pkgname}/archive/refs/tags/${pkgver}.tar.gz'
- 'https://wgetpaste.zlin.dk/${pkgname}.example'
sha256sums:
- 097b77440460365976f8f66e99b0150c8a9527307f6ecade1db6b60a0bfad781
- SKIP
build: "cd ${pkgname}-${pkgver}\n\ninstall -Dm755 ${pkgname} ${PKGDIR}/usr/bin/${pkgname}\ninstall -Dm644 _${pkgname} ${PKGDIR}/usr/share/zsh/site-functions/_${pkgname}\n\
install -Dm644 ./${pkgname}.example ${PKGDIR}/usr/share/${pkgname}/${pkgname}.example\n\n# license\nsed -n '2,5p' wgetpaste\
\ > LICENSE\ninstall -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE \n"
package: |
true