GithubHelp home page GithubHelp logo

taivlam / aur-mpr-packages Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 130 KB

List of AUR and MPR packages I maintain

License: GNU General Public License v3.0

Shell 100.00%
archlinux aur debian mpr pkgbuild ubuntu deb makedeb makepkg pacman zst

aur-mpr-packages's Introduction

My AUR and MPR packages

My PKGBUILD shell scripts for the AUR and MPR packages that I maintain

Repology list (base package names; will use widgets later)

AUR

MPR

Planned

Packaging checklist

Creating/Adopting new package

  • Declare Maintainer
    • Denote past Maintainers as Contributors (if needed)
  • Change your displayed User Name and E-mail Address for Git repo!
    $ git config user.name "First-name Last-name"
    $ git config user.email "[email protected]"
    
    • Otherwise, you cannot do this later!

Updating package

  • Change:
    • pkgver
    • pkgrel (if needed)
    • Checksums
      • Most common & cryptographically sound checksums (as of Feb 2024)
        • SHA256
        • SHA512
        • BLAKE2 (i.e., the b2sum command in GNU Core Utilities)
      • Download the specified archive from the source (e.g. GitHub, GitLab, direct software source page, & so on)
  • Update .SRCINFO package metadata file with:
    $ makepkg --printsrcinfo > .SRCINFO
    
  • Lastly, add the files, make a commit, and push the changes:
    $ git add .
    $ git commit -m "Add message here"
    $ git commit --amend    # Write a longer message here, if needed
    $ git push
    

Sources from the ArchWiki

License

The license for the PKGBUILD scripts I author are under the GNU General Public License Version 3 (GNU GPLv3).

aur-mpr-packages's People

Contributors

taivlam avatar

Watchers

 avatar

aur-mpr-packages's Issues

electron-mail

continuation from here:
vladimiry/ElectronMail#684

  1. lol... i actually never used it.
  2. Don't worry about that, it happens some times. About the comment notifications, i'm not 100% sure, but i think that's broken for a while now.
  3. Yea ok.
  4. Upstream is the developer, vladimiry, here. He already builds debs and also publish their sha256, that's why it's preferable to use sha256. The AUR package actually builds a arch package. The mpr package, just unpacks and then repacks the deb that vladimiry makes... It's not completely useless, It's more convinient then downloading the deb your self manually. One of the changes that i made, is that the PKGBUILD just downloads the package and doesn't unpacks and then repacks it.
  5. here i am
  6. an email address would be preferable. Use a dedicated one for this.

The new PKGBUILD

PKGBUILD.txt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.